[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.INamedStyleSupport.GetDirectName

GetDirectName Method

GetDirectName(int, int)

Gets the name of the direct style assigned to a cell, column, row, or model default.

Declaration
string GetDirectName(int row, int column)
Function GetDirectName(row As Integer, column As Integer) As String
Parameters
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

Returns
Type Description
string