[]
Gets the name of the direct style assigned to a cell, column, row, or model default.
public virtual string GetDirectName(int row, int column)
Public Overridable Function GetDirectName(row As Integer, column As Integer) As String
| 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 |
| Type | Description |
|---|---|
| string | The name of the direct style |
| 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 |