Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / SelectAll Method
a boolean value indicates whether executed from an UI action.


In This Topic
    SelectAll Method (WorksheetDrawing)
    In This Topic
    Select all shapes. a boolean value indicates whether executed from an UI action.
    Syntax
    'Declaration
     
    
    Public Sub SelectAll( _
       Optional ByVal fireEvent As Boolean, _
       Optional ByVal isUIAction As Boolean _
    ) 
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim fireEvent As Boolean
    Dim isUIAction As Boolean
     
    instance.SelectAll(fireEvent, isUIAction)
    public void SelectAll( 
       bool fireEvent,
       bool isUIAction
    )

    Parameters

    fireEvent
    isUIAction
    a boolean value indicates whether executed from an UI action.
    See Also