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


In This Topic
    Column Property (ConditionalFormatInfo)
    In This Topic
    Gets the Column object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Column As Integer
    'Usage
     
    
    Dim instance As ConditionalFormatInfo
    Dim value As Integer
     
    value = instance.Column
    public int Column {get;}
    See Also