Class gridTable
Inheritance
System.Object
gridTable
Namespace: DocuWare.Platform.ServerClient.Content
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class gridTable : object
Properties
gridCol
The widths of columns in twips. Each value is a distance between two grid.
Declaration
public List<int> gridCol { get; set; }
Property Value
Type | Description |
---|---|
List<System.Int32> |
gridRow
The widths of rows in twips. Each value is a distance between two grid.
Declaration
public List<int> gridRow { get; set; }
Property Value
Type | Description |
---|---|
List<System.Int32> |