Class gridTable
Inheritance
System.Object
gridTable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient.Content
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class gridTable
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 |
---|---|
System.Collections.Generic.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 |
---|---|
System.Collections.Generic.List<System.Int32> |