Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExportExcelCellInfo Interface / ColumnIndex Property


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