Spread Windows Forms 12.0 Product Documentation
IsEmpty Method (Alignment)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Alignment Structure : IsEmpty Method
Determines whether this Alignment is empty.
Syntax
'Declaration
 
Public Function IsEmpty() As Boolean
'Usage
 
Dim instance As Alignment
Dim value As Boolean
 
value = instance.IsEmpty()
public bool IsEmpty()

Return Value

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

Reference

Alignment Structure
Alignment Members