FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / C1FlexSheet Class / SetCellIndent Method
cells to have indent
value of indent

In This Topic
    SetCellIndent Method (C1FlexSheet)
    In This Topic
    Set text indent for cell
    Syntax
    'Declaration
     
    
    Public Sub SetCellIndent( _
       ByVal cells As IEnumerable(Of CellRange), _
       ByVal indent As Double _
    ) 
    public void SetCellIndent( 
       IEnumerable<CellRange> cells,
       double indent
    )

    Parameters

    cells
    cells to have indent
    indent
    value of indent
    See Also