Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetStyleModel Class / SetDirectInfo Method
Row index of the cell in the model, or -1 to specify an entire column or the model default
Column index of the cell in the model, or -1 to specify an entire row or the model default
Source StyleInfo object that has style information


In This Topic
    SetDirectInfo Method (BaseSheetStyleModel)
    In This Topic
    Sets the direct style information for the specified cell, column, row, or model default.
    Syntax
    'Declaration
     
    
    Public Overridable Sub SetDirectInfo( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal info As StyleInfo _
    ) 
    'Usage
     
    
    Dim instance As BaseSheetStyleModel
    Dim row As Integer
    Dim column As Integer
    Dim info As StyleInfo
     
    instance.SetDirectInfo(row, column, info)
    public virtual void SetDirectInfo( 
       int row,
       int column,
       StyleInfo info
    )

    Parameters

    row
    Row index of the cell in the model, or -1 to specify an entire column or the model default
    column
    Column index of the cell in the model, or -1 to specify an entire row or the model default
    info
    Source StyleInfo object that has style information
    See Also