Name | Description | |
---|---|---|
![]() | Count | Gets the number of rows or columns. |
The following tables list the members exposed by BaseSheetAxisModel.
Name | Description | |
---|---|---|
![]() | GetAutoFilterIndex | Gets the automatic filter index for the specified row or column. (This implementation always returns -1.) |
![]() | GetAutoSortIndex | Gets the automatic sort index for the specified row or column. (This implementation always returns -1.) |
![]() | GetMergePolicy | Gets the cell merge policy for the specified row or column. |
![]() | GetPageBreak | Gets whether a page break occurs at the specified row or column. |
![]() | GetResizable | Gets whether users can resize the specified row or column. (This implementation always returns true.) |
![]() | GetSize | Gets the size of the specified row or column. (This implementation always returns 60.) |
![]() | GetSortIndicator | Gets the sort indicator for the specified row or column. (This implementation always returns None.) |
![]() | GetTag | Gets the data associated with the specified row or column. (This implementation always returns null.) |
![]() | GetVisible | Gets whether the control displays the specified row or column. (This implementation always returns true.) |
![]() | IsEmpty | Determines whether rows and columns do not exist in the model. (This implementation always returns false.) |
![]() | IsPropertySet | Determines whether a specified SheetAxisModel property is set. (This implementation always returns false.) |
![]() | ResetProperty | Resets a specified field of a SheetAxisProperty object to its default value. (This implementation does nothing.) |
![]() | SetAutoFilterIndex | Sets the automatic filter index for the specified row or column. (This implementation does nothing.) |
![]() | SetAutoSortIndex | Sets the automatic sort index for the specified row or column. (This implementation does nothing.) |
![]() | SetMergePolicy | Sets the cell merge policy for the specified row or column. |
![]() | SetPageBreak | Sets whether a page break occurs at the specified row or column. |
![]() | SetResizable | Sets whether users can resize the specified row or column. (This implementation does nothing.) |
![]() | SetSize | Sets the size of the specified row or column. (This implementation does nothing.) |
![]() | SetSortIndicator | Sets the sort indicator for the specified row or column. (This implementation does nothing.) |
![]() | SetTag | Sets the data associated with the specified row or column. (This implementation does nothing.) |
![]() | SetVisible | Sets whether the control displays the specified row or column. (This implementation does nothing.) |
Name | Description | |
---|---|---|
![]() | FireChanged | Fires the Changed event. |
![]() | FireChanging | Overloaded. Raises the Changing event. |
![]() | OnChanged | Handles the Changed event in subclasses. |
![]() | OnChanging | Handles the Changed event in subclasses. |
Name | Description | |
---|---|---|
![]() | Changed | Occurs when the user makes a change to the model that affects the axis (row or column) of the sheet. |