Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableStyles Interface / CustomStyleStartIndex Property


In This Topic
    CustomStyleStartIndex Property
    In This Topic
    Gets the starting index of custom style(s).
    Syntax
    'Declaration
     
    
    ReadOnly Property CustomStyleStartIndex As Integer
    'Usage
     
    
    Dim instance As ITableStyles
    Dim value As Integer
     
    value = instance.CustomStyleStartIndex
    int CustomStyleStartIndex {get;}
    See Also