Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadViewportInfo Class / LeftColumn Field


In This Topic
    LeftColumn Field
    In This Topic
    Syntax
    'Declaration
     
    
    Public LeftColumn As Integer()
    'Usage
     
    
    Dim instance As SpreadViewportInfo
    Dim value() As Integer()
     
    value = instance.LeftColumn
     
    instance.LeftColumn = value
    public int[] LeftColumn
    See Also