Spread Windows Forms 12.0 Product Documentation
IsDisplayable Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Border Structure : IsDisplayable Method
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()
public bool IsDisplayable()

Return Value

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

Reference

Border Structure
Border Members