Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableRange Interface / LastColumnIndex Property


In This Topic
    LastColumnIndex Property (ITableRange)
    In This Topic
    Get the last column index.
    Syntax
    'Declaration
     
    
    ReadOnly Property LastColumnIndex As Integer
    'Usage
     
    
    Dim instance As ITableRange
    Dim value As Integer
     
    value = instance.LastColumnIndex
    int LastColumnIndex {get;}
    See Also