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


In This Topic
    IsEmpty Method (Border)
    In This Topic
    Determines whether this border is empty.
    Syntax
    'Declaration
     
    
    Public Function IsEmpty() As Boolean
    'Usage
     
    
    Dim instance As Border
    Dim value As Boolean
     
    value = instance.IsEmpty()
    public bool IsEmpty()

    Return Value

    true if this border is empty; otherwise, false.
    See Also