Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbook Interface / DefaultTableStyle Property


In This Topic
    DefaultTableStyle Property (IWorkbook)
    In This Topic
    Gets or sets the table style from the ITableStyle collection that is used as the default table style.
    Syntax
    'Declaration
     
    
    Property DefaultTableStyle As ITableStyle
    'Usage
     
    
    Dim instance As IWorkbook
    Dim value As ITableStyle
     
    instance.DefaultTableStyle = value
     
    value = instance.DefaultTableStyle
    ITableStyle DefaultTableStyle {get; set;}

    Property Value

    An ITableStyle object represents the default table style.
    See Also