Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / ITableStruct Interface / EndColumn Property


In This Topic
    EndColumn Property (ITableStruct)
    In This Topic
    The end column index of the table.
    Syntax
    'Declaration
     
    ReadOnly Property EndColumn As Integer
    'Usage
     
    Dim instance As ITableStruct
    Dim value As Integer
     
    value = instance.EndColumn
    int EndColumn {get;}
    See Also