SetDirectName Method
SetDirectName(int, int, string)
Sets the direct style for the specified cell, column, row,
or model default to the specified style name.
Declaration
void SetDirectName(int row, int column, string styleName)
Sub SetDirectName(row As Integer, column As Integer, styleName As String)
Parameters
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
|