[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetStyleInfo

GetStyleInfo Method

GetStyleInfo(int, int)

Gets the style information for a specified cell on this sheet.

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

int column

Column index

Returns
Type Description
StyleInfo

GetStyleInfo(int, int, StyleInfo)

Gets the style information for a specified cell on this sheet using the specified StyleInfo object.

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

Row index of specified cell

int column

Column index of specified cell

StyleInfo info

StyleInfo object in which to return the style information

Returns
Type Description
StyleInfo