[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetStyleModel.GetDirectInfo

GetDirectInfo Method

GetDirectInfo(int, int, StyleInfo)

Gets the direct style for the specified cell, column, row, or model default.

Declaration
public override StyleInfo GetDirectInfo(int row, int column, StyleInfo destInfo)
Public Overrides Function GetDirectInfo(row As Integer, column As Integer, destInfo As StyleInfo) As StyleInfo
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

StyleInfo destInfo

StyleInfo object to use for getting the style

Returns
Type Description
StyleInfo
Overrides
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