Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / BorderFormatting Property


In This Topic
    BorderFormatting Property
    In This Topic
    Gets the table border format.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BorderFormatting As DifferentialFormat
    'Usage
     
    
    Dim instance As Table
    Dim value As DifferentialFormat
     
    value = instance.BorderFormatting
    public DifferentialFormat BorderFormatting {get;}

    Property Value

    A DifferentialFormat object represents the table border format.
    See Also