Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / IsAvailable Method


In This Topic
IsAvailable Method (WorksheetDrawing)
In This Topic
Gets a boolean value indicating whether there is at least one drawing object.
Syntax
'Declaration
 
Public Function IsAvailable() As Boolean
 
'Usage
 
Dim instance As WorksheetDrawing
Dim value As Boolean
 
value = instance.IsAvailable()

Return Value

true if there is at least one drawing object; otherwise, false.
See Also