Table Properties: Indent from left

Hi, is it possible to set the Table Properties: Indent from left?

I am not sure what do you mean exactly. Check out the following properties:

  • ParagraphFormat.LeftIndent;
  • RowFormat.LeftIndent;
  • RowFormat.LeftPadding and CellFormat.LeftPadding.

Please mind, that if you are building table with DocumentBuilder, then you can set the default ParagraphFormat, RowFormat and CellFormat for the table through DocumentBuilder properties.