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


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

    Property Value

    The start column index.
    See Also