Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / IsDrawingObjectAvailable Method


In This Topic
    IsDrawingObjectAvailable Method (Worksheet)
    In This Topic
    Indicates whether there is drawing object in this worksheet.
    Syntax
    'Declaration
     
    
    Public Function IsDrawingObjectAvailable() As Boolean
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As Boolean
     
    value = instance.IsDrawingObjectAvailable()
    public bool IsDrawingObjectAvailable()
    See Also