[]
Sets the direct style for the specified cell, column, row, or model default to the specified style name.
void SetDirectName(int row, int column, string styleName)
Sub SetDirectName(row As Integer, column As Integer, styleName As String)
Type | Name | Description |
---|---|---|
int | row | Row index of the cell in the model, or -1 to specify a column or model default |
int | column | Column index of the cell in the model, or -1 to specify a row or model default |
string | styleName | Name of the style to set |