Gets or sets the number of free rows (indentation) from the top before the table.

Namespace: Arctorus.Documents.Tables
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int OffsetRow { get; set; }
Visual Basic
Public Property OffsetRow As Integer
	Get
	Set
Visual C++
public:
property int OffsetRow {
	int get ();
	void set (int value);
}

See Also