Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Column Property


In This Topic
    Column Property (IRange)
    In This Topic
    Gets the zero based column number of the first column of this IRange.
    Syntax
    'Declaration
     
    
    ReadOnly Property Column As Integer
    'Usage
     
    
    Dim instance As IRange
    Dim value As Integer
     
    value = instance.Column
    int Column {get;}

    Property Value

    An integer that specifies the zero based column number of the first column.
    Remarks
    If this IRange contains multiple areas, the first column number of the first area is returned.
    See Also