[]
Interface that supports creating a model that represents column and row information.
public interface ISheetAxisModel
Public Interface ISheetAxisModel
Name | Description |
---|---|
GetMergePolicy(int) | Gets the cell merge policy for the specified row or column. |
GetResizable(int) | Gets whether users can resize the specified row or column. |
GetSize(int) | Gets the size of the specified row or column. |
GetSortIndicator(int) | Gets the sort indicator for the specified row or column. |
GetTag(int) | Gets the data associated with the specified row or column. |
GetVisible(int) | Gets whether the control displays the specified row or column. |
IsEmpty() | Determines whether there are no rows and columns in the model. |
IsPropertySet(int, SheetAxisProperty) | Determines whether the specified SheetAxisModel property is set. |
ResetProperty(int, SheetAxisProperty) | Resets the specified SheetAxisModel property to its default value. |
SetMergePolicy(int, MergePolicy) | Sets the cell merge policy for the specified row or column. |
SetResizable(int, bool) | Sets whether users can resize the specified row or column. |
SetSize(int, int) | Sets the size of the specified row or column. |
SetSortIndicator(int, SortIndicator) | Sets the sort indicator for the specified row or column. |
SetTag(int, object) | Sets the data associated with the specified row or column. |
SetVisible(int, bool) | Sets whether the control displays the specified row or column. |
Name | Description |
---|---|
Changed | Occurs when the axis model has changed. |