bOk = MTblSetCellIndentLevel( hWndCol, nRow, nIndentLevel )

Sets a cell's indent level.

Parameters
hWndCol
Window Handle: Handle of the column

nRow
Number: Row number

nIndentLevel
Number: Indent level. 0 means no indent. Negative values are not allowed.

Return
Boolean: TRUE if successful or FALSE if an error occurs

Example
In this example the indent level of a cell is set to 2:

Call MTblSetCellIndentLevel( hWndCol, 0, 2 )

Remarks
Setting the indent level of a cell which belongs to the tree column has no effect.

See also
Cell indent

Created with the Personal Edition of HelpNDoc: Easy CHM and documentation editor