Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SetStyleInfo Method
Row index
Column index
StyleInfo object


In This Topic
    SetStyleInfo Method
    In This Topic
    Sets the style for a cell, a column, a row, or an entire sheet.
    Syntax
    'Declaration
     
    
    Public Overridable Sub SetStyleInfo( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal info As StyleInfo _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim column As Integer
    Dim info As StyleInfo
     
    instance.SetStyleInfo(row, column, info)
    public virtual void SetStyleInfo( 
       int row,
       int column,
       StyleInfo info
    )

    Parameters

    row
    Row index
    column
    Column index
    info
    StyleInfo object
    See Also