Name | Description | |
---|---|---|
DefaultSheetAxisModel Constructor | Overloaded. |
The following tables list the members exposed by DefaultSheetAxisModel.
Name | Description | |
---|---|---|
DefaultSheetAxisModel Constructor | Overloaded. |
Name | Description | |
---|---|---|
orientation |
Name | Description | |
---|---|---|
Count | Overridden. Gets the number of rows or columns in the model. | |
Orientation | Gets the axis orientation; whether the object is a row or a column. | |
Parent | Gets or sets the parent sheet axis model. |
Name | Description | |
---|---|---|
Clear | Removes the values from the specified rows or columns. | |
Copy | Copies one or more rows or columns and pastes them at the specified location. | |
Deserialize | Loads an object from XML. | |
GetAutoFilterIndex | Overridden. Gets the automatic filter index for the specified row or column. | |
GetAutoSortIndex | Overridden. Gets the automatic sort index for the specified row or column. | |
GetMergePolicy | Overridden. Gets the cell merge policy for the specified row or column. | |
GetObjectData | Saves the DefaultSheetAxisModel to the SerializationInfo object. | |
GetPageBreak | Overridden. Gets whether a page break occurs at the specified row or column. | |
GetResizable | Overridden. Gets whether users can resize the specified row or column. | |
GetSize | Overridden. Gets the size of the specified row or column. | |
GetSortIndicator | Overridden. Gets the sort indicator for the specified row or column. | |
GetTag | Overridden. Gets the data associated with the specified row or column. | |
GetVisible | Overridden. Gets whether the control displays the specified row or column. | |
IsEmpty | Overridden. Determines whether there are no rows and columns in the model. | |
IsPropertySet | Overridden. Determines whether the specified SheetAxisModel property is set. | |
Move | Moves one or more rows or columns and pastes them at the specified location. | |
NextNonEmptyIndex | Returns the index of the next non-empty element. | |
NextRowVisible | Gets whether the specified row is visible. | |
ResetProperty | Overridden. Resets the specified SheetAxisModel property to its default value. | |
Serialize | Saves the Spread to XML. | |
SetAutoFilterIndex | Overridden. Sets the automatic filter index for the specified row or column. | |
SetAutoSortIndex | Overridden. Sets the automatic sort index for the specified row or column. | |
SetMergePolicy | Overridden. Sets the cell merge policy for the row or column. | |
SetPageBreak | Overridden. Sets whether a page break occurs at the specified row or column. | |
SetResizable | Overridden. Sets whether users can resize the specified row or column. | |
SetSize | Overridden. Sets the size of the specified row or column. | |
SetSortIndicator | Overridden. Sets the sort indicator for the specified row or column. | |
SetTag | Overridden. Sets the data associated with the specified row or column. | |
SetVisible | Overridden. Sets whether the control displays the specified row or column. | |
Swap | Swaps one or more rows or columns. |
Name | Description | |
---|---|---|
FireChanged | Overridden. Fires the Changed event. | |
FireChanging | Overloaded. Raises the Changing event. (Inherited from FarPoint.Win.Spread.Model.BaseSheetAxisModel) | |
OnChanged | Handles the Changed event in subclasses. (Inherited from FarPoint.Win.Spread.Model.BaseSheetAxisModel) | |
OnChanging | Handles the Changed event in subclasses. (Inherited from FarPoint.Win.Spread.Model.BaseSheetAxisModel) |
Name | Description | |
---|---|---|
Changed | Occurs when the user makes a change to the model that affects the axis (row or column) of the sheet. (Inherited from FarPoint.Win.Spread.Model.BaseSheetAxisModel) |