[]
Gets the composite style for the specified cell, column, row, or model default.
public override StyleInfo GetCompositeInfo(int row, int column, int altIndex, StyleInfo destInfo)
Public Overrides Function GetCompositeInfo(row As Integer, column As Integer, altIndex As Integer, destInfo As StyleInfo) As StyleInfo
Type | Name | Description |
---|---|---|
int | row | Model row index of the cell, or -1 to specify a column or model default |
int | column | Model column index of the cell, or -1 to specify a row or model default |
int | altIndex | Alternating row index of the cell, or -1 to skip composing any alternating style |
StyleInfo | destInfo | Specifies a StyleInfo object to use for composing the styles |
Type | Description |
---|---|
StyleInfo | The style information as a composite of settings. |
Type | Condition |
---|---|
IndexOutOfRangeException | Specified row index is not valid; must be between -1 and the total number of rows |
IndexOutOfRangeException | Specified column index is not valid; must be between -1 and the total number of columns |
IndexOutOfRangeException | Specified index is not valid; must be between 0 and the total number of styles |