[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetStyleModel.SetDirectName

SetDirectName Method

SetDirectName(int, int, string)

Sets the name of the direct style for the specified cell, column, row, or model default to the specified style name.

Declaration
public virtual void SetDirectName(int row, int column, string styleName)
Public Overridable Sub SetDirectName(row As Integer, column As Integer, styleName As String)
Parameters
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

string styleName

Name of the style to set

Implements
Exceptions
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