Provides information about a visualization of a group of rows and columns in a [[Worksheet]]
Constructors
Section titled "Constructors"SpreadsheetPane
new SpreadsheetPane(a: SpreadsheetRowScrollRegion, b: SpreadsheetColumnScrollRegion, c: object, d: ISpreadsheetPaneOwner): SpreadsheetPane Returns SpreadsheetPane
Properties
Section titled "Properties"propertyChanged
Section titled "propertyChanged"Inherited from: PropertyChangeNotifierExtended
propertyChanged: object $t: Type Accessors
Section titled "Accessors"columnScrollRegion
Section titled "columnScrollRegion"Returns the [[SpreadsheetColumnScrollRegion]] that contains the pane.
get columnScrollRegion(): SpreadsheetColumnScrollRegion Returns SpreadsheetColumnScrollRegion
rowScrollRegion
Section titled "rowScrollRegion"Returns the [[SpreadsheetRowScrollRegion]] that contains the pane.
get rowScrollRegion(): SpreadsheetRowScrollRegion Returns SpreadsheetRowScrollRegion
selection
Section titled "selection"Returns an object that represents the selection within the pane.
get selection(): SpreadsheetSelection Returns SpreadsheetSelection
visibleRange
Section titled "visibleRange"Returns a range that represents the current visible range.
get visibleRange(): SpreadsheetCellRange Returns SpreadsheetCellRange
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
Inherited from: PropertyChangeNotifierExtended
e(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>
Returns void
scrollCellIntoView
Section titled "scrollCellIntoView"Used to ensure that a specified cell is fully in view within the [[visibleRange]].
scrollCellIntoView(cell: SpreadsheetCell): void Parameters
- cell:
SpreadsheetCellThe cell that is to be brought into view
Returns void
scrollColumnIntoView
Section titled "scrollColumnIntoView"Used to ensure that a specified column is fully in view within the [[visibleRange]].
scrollColumnIntoView(index: number): void Parameters
- index:
number0 based index of the column to be brought into view.
Returns void
scrollRangeIntoView
Section titled "scrollRangeIntoView"Used to ensure that a specified cell is fully in view within the [[visibleRange]].
scrollRangeIntoView(range: SpreadsheetCellRange): void Parameters
- range:
SpreadsheetCellRangeThe cell range that is to be brought into view
Returns void
scrollRowIntoView
Section titled "scrollRowIntoView"Used to ensure that a specified row is fully in view within the [[visibleRange]].
scrollRowIntoView(index: number): void Parameters
- index:
number0 based index of the row to be brought into view.