Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / INamedStyleSupport Interface / GetDirectName 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


In This Topic
    GetDirectName Method (INamedStyleSupport)
    In This Topic
    Gets the name of the direct style assigned to a cell, column, row, or model default.
    Syntax
    'Declaration
     
    
    Function GetDirectName( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As String
    'Usage
     
    
    Dim instance As INamedStyleSupport
    Dim row As Integer
    Dim column As Integer
    Dim value As String
     
    value = instance.GetDirectName(row, column)
    string GetDirectName( 
       int row,
       int column
    )

    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
    See Also