FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace : BaseSheetStyleModel Class |
The following tables list the members exposed by BaseSheetStyleModel.
Name | Description | |
---|---|---|
AltRowCount | Gets or sets the number of alternating row styles in the model. | |
NonEmptyColumnCount | Gets the number of columns in the model that contain style settings. | |
NonEmptyRowCount | Gets the number of rows in the model that contain style settings. |
Name | Description | |
---|---|---|
GetCompositeInfo | Gets the style information as a composite of settings for the specified cell, column, row, or model default. | |
GetDirectAltRowInfo | Gets the style information for the specified alternating row in the model. | |
GetDirectInfo | Gets the direct style information for the specified cell, column, row, or model default. | |
IsEmpty | Determines whether the model has no style settings. | |
IsRowUsed | Gets whether the row contains style settings. | |
NextNonEmptyColumnInRow | Gets the index of the next column in a specified row that contains style settings. | |
NextNonEmptyRow | Gets the index of the next non-empty row after the specified row index. | |
SetDirectAltRowInfo | Sets the specified alternating row style in the model. | |
SetDirectInfo | Sets the direct style information for the specified cell, column, row, or model default. |
Name | Description | |
---|---|---|
FireChanged | Creates a SheetStyleModelEventArgs with the specified event data and calls OnChanged to raise the Changed event. | |
OnChanged | Raises the Changed event. |
Name | Description | |
---|---|---|
Changed | Occurs when the user makes a change to the model that affects the style of the sheet. |