Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExportExcelColumnInfo Interface / ColumnIndex Property


In This Topic
    ColumnIndex Property (IExportExcelColumnInfo)
    In This Topic
    Gets the index of column in the exporting Excel sheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property ColumnIndex As Integer
    'Usage
     
    
    Dim instance As IExportExcelColumnInfo
    Dim value As Integer
     
    value = instance.ColumnIndex
    int ColumnIndex {get;}
    See Also