Search Results for

    Show / Hide Table of Contents

    Class TableDocumentData

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    DocumentData
    TableDocumentData
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    DocumentData.GetDataType()
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    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)
    Namespace: NXOpen.OpenXml
    Assembly: NXOpen.dll
    Syntax
    public class TableDocumentData : DocumentData, IMessageSink, IDisposable

    Constructors

    TableDocumentData(IntPtr)

    Declaration
    protected TableDocumentData(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Methods

    AddCellData(Int32[])

    Declaration
    public TableCellData AddCellData(int[] grids)
    Parameters
    Type Name Description
    System.Int32[] grids
    Returns
    Type Description
    TableCellData

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    DocumentData.FreeResource()

    GetCaption(out TableDocumentData.CaptionPosition)

    Declaration
    public string GetCaption(out TableDocumentData.CaptionPosition position)
    Parameters
    Type Name Description
    TableDocumentData.CaptionPosition position
    Returns
    Type Description
    System.String

    GetCellsCount()

    Declaration
    public int GetCellsCount()
    Returns
    Type Description
    System.Int32

    GetColumnCount()

    Declaration
    public int GetColumnCount()
    Returns
    Type Description
    System.Int32

    GetColumnWidths()

    Declaration
    public double[] GetColumnWidths()
    Returns
    Type Description
    System.Double[]

    GetNthCell(Int32)

    Declaration
    public TableCellData GetNthCell(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    TableCellData

    GetRowCount()

    Declaration
    public int GetRowCount()
    Returns
    Type Description
    System.Int32

    GetRowHeigths()

    Declaration
    public double[] GetRowHeigths()
    Returns
    Type Description
    System.Double[]

    SetCaption(TableDocumentData.CaptionPosition, String)

    Declaration
    public void SetCaption(TableDocumentData.CaptionPosition position, string caption)
    Parameters
    Type Name Description
    TableDocumentData.CaptionPosition position
    System.String caption

    SetColumnWidths(Double[])

    Declaration
    public void SetColumnWidths(double[] widths)
    Parameters
    Type Name Description
    System.Double[] widths

    SetRowHeigths(Double[])

    Declaration
    public void SetRowHeigths(double[] heigths)
    Parameters
    Type Name Description
    System.Double[] heigths

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    In This Article
    Back to top Generated by DocFX