Spread WPF 18
GrapeCity.Spreadsheet Namespace / ITableStyleElement Interface / StripeSize Property


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

    Property Value

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