In This Topic
Gets a default border for footer cells.
Syntax
'Declaration
Public Shared ReadOnly Property FooterDefault As Border
'Usage
Dim value As Border
value = Border.FooterDefault
public static Border FooterDefault {get;}
Example
This example gets the color.
See Also