Spread WinForms 15
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

Property Value

A DifferentialFormat object represents the table border format.
See Also