Spread WPF 17
GrapeCity.Excel Namespace / TableStyleElement Class / Type Property


In This Topic
    Type Property (TableStyleElement)
    In This Topic
    Identifies this table style element's type.
    Syntax
    'Declaration
     
    Public Property Type As ExcelTableElementType
    'Usage
     
    Dim instance As TableStyleElement
    Dim value As ExcelTableElementType
     
    instance.Type = value
     
    value = instance.Type
    public ExcelTableElementType Type {get; set;}
    See Also