Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Border Structure / IsDisplayable Method


In This Topic
    IsDisplayable Method
    In This Topic
    Determines whether this border 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 border contains border setting(s); otherwise, false.
    See Also