Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / GetStyleInfo Method / GetStyleInfo(Int32,Int32) Method
The row index.
The column index.


In This Topic
    GetStyleInfo(Int32,Int32) Method
    In This Topic
    Gets the style information of the specified cell, row, or column.
    Syntax
    'Declaration
     
    Public Overloads Overridable Function GetStyleInfo( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As StyleInfo
    'Usage
     
    Dim instance As Worksheet
    Dim row As Integer
    Dim column As Integer
    Dim value As StyleInfo
     
    value = instance.GetStyleInfo(row, column)
    public virtual StyleInfo GetStyleInfo( 
       int row,
       int column
    )

    Parameters

    row
    The row index.
    column
    The column index.

    Return Value

    The style information of the specified cell, row, or column.
    See Also