[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetView.GetStyleInfo

GetStyleInfo Method

GetStyleInfo(int, int)

Gets the composite cell style information for a cell at the specified row and column.

Declaration
public virtual StyleInfo GetStyleInfo(int row, int column)
Public Overridable Function GetStyleInfo(row As Integer, column As Integer) As StyleInfo
Parameters
Type Name Description
int row

Row index of the cell

int column

Column index of the cell

Returns
Type Description
StyleInfo