Show / Hide Table of Contents

    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>
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top