Spread WPF 17
GrapeCity.Excel Namespace / IExcelTableWriter Interface / GetDefaultTableStyleName Method


In This Topic
    GetDefaultTableStyleName Method
    In This Topic
    Get the name of the default table style used by the current workbook
    Syntax
    'Declaration
     
    Function GetDefaultTableStyleName() As String
    'Usage
     
    Dim instance As IExcelTableWriter
    Dim value As String
     
    value = instance.GetDefaultTableStyleName()
    string GetDefaultTableStyleName()

    Return Value

    The name of the default table style
    See Also