Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / CellRange Class / Column Property


In This Topic
    Column Property (CellRange)
    In This Topic
    Gets the column index of the first cell in the range.
    Syntax
    'Declaration
     
    
    Public Property Column As Integer
    'Usage
     
    
    Dim instance As CellRange
    Dim value As Integer
     
    instance.Column = value
     
    value = instance.Column
    public int Column {get; set;}
    See Also