Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ExpressionView Class / Column2 Property


In This Topic
    Column2 Property (ExpressionView)
    In This Topic
    Gets the right column index of this ExpressionView in the Worksheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Column2 As Integer
    'Usage
     
    
    Dim instance As ExpressionView
    Dim value As Integer
     
    value = instance.Column2
    public int Column2 {get;}

    Property Value

    An integer value indicates the right column index.
    See Also