Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellPadding Class / IsEmpty Property


In This Topic
IsEmpty Property (CellPadding)
In This Topic
Gets a value indicating whether this instance is empty.
Syntax
'Declaration
 
Public ReadOnly Property IsEmpty As Boolean
 
'Usage
 
Dim instance As CellPadding
Dim value As Boolean
 
value = instance.IsEmpty

Property Value

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