'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
'Declaration
Public Sub SetCellIndent( _ ByVal cells As IEnumerable(Of CellRange), _ ByVal indent As Double _ )
public void SetCellIndent( IEnumerable<CellRange> cells, double indent )