Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatCellsActionCommand Class / InsertIndent Method
The worksheet which this command attached to.
The range which this command working to.
The amount to be added to the current indent.


In This Topic
    InsertIndent Method (FormatCellsActionCommand)
    In This Topic
    Creates the command that increase/decrease indent of cell(s).
    Syntax
    'Declaration
     
    
    Public Shared Function InsertIndent( _
       ByVal worksheet As IWorksheet, _
       ByVal references() As Reference, _
       ByVal insertAmount As Integer _
    ) As FormatCellsActionCommand
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim references() As Reference
    Dim insertAmount As Integer
    Dim value As FormatCellsActionCommand
     
    value = FormatCellsActionCommand.InsertIndent(worksheet, references, insertAmount)

    Parameters

    worksheet
    The worksheet which this command attached to.
    references
    The range which this command working to.
    insertAmount
    The amount to be added to the current indent.
    See Also