Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IPaintingContext Interface / Column Property


In This Topic
    Column Property (IPaintingContext)
    In This Topic
    Gets the column index of current context cell.
    Syntax
    'Declaration
     
    
    ReadOnly Property Column As Integer
    'Usage
     
    
    Dim instance As IPaintingContext
    Dim value As Integer
     
    value = instance.Column
    int Column {get;}
    See Also