Spread WPF 17
GrapeCity.Excel Namespace / ExcelCell Class / Column Property


In This Topic
    Column Property (ExcelCell)
    In This Topic
    Gets the zero-based index of the start column of the range.
    Syntax
    'Declaration
     
    Public ReadOnly Property Column As Integer
    'Usage
     
    Dim instance As ExcelCell
    Dim value As Integer
     
    value = instance.Column
    public int Column {get;}

    Property Value

    The start column index.
    See Also