Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExtraRendererSettings Class / Column Property


In This Topic
    Column Property (ExtraRendererSettings)
    In This Topic
    Gets an integer value indicates the row number index.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Column As Integer
    'Usage
     
    
    Dim instance As ExtraRendererSettings
    Dim value As Integer
     
    value = instance.Column
    public int Column {get;}
    See Also