Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableStyle Class / FirstColumnStripSize Property


In This Topic
    FirstColumnStripSize Property
    In This Topic
    Gets or sets the size for the first column strip.
    Syntax
    'Declaration
     
    
    Public Property FirstColumnStripSize As Integer
    'Usage
     
    
    Dim instance As TableStyle
    Dim value As Integer
     
    instance.FirstColumnStripSize = value
     
    value = instance.FirstColumnStripSize
    public int FirstColumnStripSize {get; set;}
    See Also