[]
Gets the name of the direct style assigned to a cell, column, row, or model default.
string GetDirectName(int row, int column)
Function GetDirectName(row As Integer, column As Integer) As String
Type | Name | Description |
---|---|---|
int | row | Row index of the cell in the model, or -1 to specify an entire column or the model default |
int | column | Column index of the cell in the model, or -1 to specify an entire row or the model default |
Type | Description |
---|---|
string |