[]
Gets the direct style for the specified cell, column, row, or model default.
public override StyleInfo GetDirectInfo(int row, int column, StyleInfo destInfo)
Public Overrides Function GetDirectInfo(row As Integer, column 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 |
StyleInfo | destInfo | StyleInfo object to use for getting the style |
Type | Description |
---|---|
StyleInfo |
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 |