Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetStyleInfo Method / GetStyleInfo(Int32,Int32,StyleInfo) Method
Row index of specified cell
Column index of specified cell
StyleInfo object in which to return the style information


In This Topic
    GetStyleInfo(Int32,Int32,StyleInfo) Method
    In This Topic
    Gets the style information for a specified cell on this sheet using the specified StyleInfo object.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function GetStyleInfo( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal info As StyleInfo _
    ) As StyleInfo
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim column As Integer
    Dim info As StyleInfo
    Dim value As StyleInfo
     
    value = instance.GetStyleInfo(row, column, info)
    public virtual StyleInfo GetStyleInfo( 
       int row,
       int column,
       StyleInfo info
    )

    Parameters

    row
    Row index of specified cell
    column
    Column index of specified cell
    info
    StyleInfo object in which to return the style information
    See Also