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


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