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


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