Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / columnField Field


In This Topic
    columnField Field
    In This Topic
    Gets or sets the model column index.
    Syntax
    'Declaration
     
    
    Protected columnField As Integer
    'Usage
     
    
    Dim instance As Cell
    Dim value As Integer
     
    value = instance.columnField
     
    instance.columnField = value
    protected int columnField
    See Also