Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellFooter Class / viewcolumn Field


In This Topic
    viewcolumn Field (CellFooter)
    In This Topic
    Gets or sets the column start index.
    Syntax
    'Declaration
     
    
    Protected viewcolumn As Integer
    'Usage
     
    
    Dim instance As CellFooter
    Dim value As Integer
     
    value = instance.viewcolumn
     
    instance.viewcolumn = value
    protected int viewcolumn
    See Also