Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableStyleElement Structure / StripeSize Property


In This Topic
    StripeSize Property (TableStyleElement)
    In This Topic
    Gets or sets the strip size of this table style element.
    Syntax
    'Declaration
     
    
    Public Property StripeSize As Integer
    'Usage
     
    
    Dim instance As TableStyleElement
    Dim value As Integer
     
    instance.StripeSize = value
     
    value = instance.StripeSize
    public int StripeSize {get; set;}

    Property Value

    An integer value represents the strip size of this table style element.
    See Also