Search Results for

    Show / Hide Table of Contents

    Class TableCellData

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    DocumentData
    TableCellData
    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 TableCellData : DocumentData, IMessageSink, IDisposable

    Constructors

    TableCellData(IntPtr)

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

    Methods

    AddImageGroup()

    Declaration
    public ImageGroupDocumentData AddImageGroup()
    Returns
    Type Description
    ImageGroupDocumentData

    AddText(String)

    Declaration
    public TextDocumentData AddText(string textContent)
    Parameters
    Type Name Description
    System.String textContent
    Returns
    Type Description
    TextDocumentData

    ClearContents()

    Declaration
    public void ClearContents()

    DeleteNthContent(Int32)

    Declaration
    public void DeleteNthContent(int index)
    Parameters
    Type Name Description
    System.Int32 index

    FreeResource()

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

    GetContentCount()

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

    GetGridsId()

    Declaration
    public int[] GetGridsId()
    Returns
    Type Description
    System.Int32[]

    GetNthContent(Int32)

    Declaration
    public DocumentData GetNthContent(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    DocumentData

    Implements

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