Base class for the object that represents a row or column of [[SpreadsheetPane]] instances.
Constructors
Section titled "Constructors"SpreadsheetScrollRegion
new SpreadsheetScrollRegion(): SpreadsheetScrollRegion Returns SpreadsheetScrollRegion
Properties
Section titled "Properties"propertyChanged
Section titled "propertyChanged"Inherited from: PropertyChangeNotifierExtended
propertyChanged: object $t: Type actualExtent
Section titled "actualExtent"actualExtent: number endIndex
Section titled "endIndex"endIndex: number isFrozen
Section titled "isFrozen"isFrozen: boolean startIndex
Section titled "startIndex"startIndex: number Methods
Section titled "Methods"addListener
Section titled "addListener"Inherited from: PropertyChangeNotifierExtended
addListener(a: ITypedPropertyChangeListener$2<any, string>, b: boolean): void Parameters
- a:
ITypedPropertyChangeListener$2<any, string> - b:
boolean
Returns void
Inherited from: PropertyChangeNotifierExtended
d(a: any, b: string, c: any): void Parameters
- a:
any - b:
string - c:
any
Returns void
onPropertyValueChanged
Section titled "onPropertyValueChanged"Inherited from: PropertyChangeNotifierExtended
onPropertyValueChanged(a: any, b: string, c: any): void Parameters
- a:
any - b:
string - c:
any
Returns void
removeListener
Section titled "removeListener"Inherited from: PropertyChangeNotifierExtended
removeListener(a: ITypedPropertyChangeListener$2<any, string>): void Parameters
- a:
ITypedPropertyChangeListener$2<any, string>