Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ClipboardInsertCommand Class / InsertRows Method
Source Worksheet


In This Topic
    InsertRows Method (ClipboardInsertCommand)
    In This Topic
    Initializes a new instance of the ClipboardPasteCommand class.
    Syntax
    'Declaration
     
    
    Public Shared Function InsertRows( _
       ByVal worksheet As Worksheet _
    ) As Command
    'Usage
     
    
    Dim worksheet As Worksheet
    Dim value As Command
     
    value = ClipboardInsertCommand.InsertRows(worksheet)
    public static Command InsertRows( 
       Worksheet worksheet
    )

    Parameters

    worksheet
    Source Worksheet
    See Also