Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ExpressionView Class / Column Property


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

    Property Value

    An integer value indicates the left column index.
    See Also