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


In This Topic
    IsEmpty Method (Rotation)
    In This Topic
    Gets a boolean value indicating whether this struct is empty.
    Syntax
    'Declaration
     
    
    Public Function IsEmpty() As Boolean
    'Usage
     
    
    Dim instance As Rotation
    Dim value As Boolean
     
    value = instance.IsEmpty()
    public bool IsEmpty()
    See Also