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


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