Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / Select(Shape,Boolean,Boolean,Boolean,Boolean) Method


In This Topic
    Select(Shape,Boolean,Boolean,Boolean,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function Select( _
       ByVal shape As Shape, _
       ByVal replace As Boolean, _
       ByVal fireEvent As Boolean, _
       Optional ByVal fireAction As Boolean, _
       Optional ByVal notifyUI As Boolean _
    ) As Shape
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim shape As Shape
    Dim replace As Boolean
    Dim fireEvent As Boolean
    Dim fireAction As Boolean
    Dim notifyUI As Boolean
    Dim value As Shape
     
    value = instance.Select(shape, replace, fireEvent, fireAction, notifyUI)

    Parameters

    shape
    replace
    fireEvent
    fireAction
    notifyUI
    See Also