Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Border Structure / IsDisplayable Method


In This Topic
IsDisplayable Method
In This Topic
Determines whether this instance contains border setting(s).
Syntax
'Declaration
 
Public Function IsDisplayable() As Boolean
 
'Usage
 
Dim instance As Border
Dim value As Boolean
 
value = instance.IsDisplayable()

Return Value

true if this instance contains border setting(s); otherwise, false.
See Also