Search Results for

    Show / Hide Table of Contents

    Class SpreadsheetCellData

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    SpreadsheetCellData
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public class SpreadsheetCellData : TransientObject, IMessageSink, IDisposable

    Constructors

    SpreadsheetCellData(nint)

    Declaration
    protected SpreadsheetCellData(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    DoubleValue

    Declaration
    public double DoubleValue { get; set; }
    Property Value
    Type Description
    double

    FormulaValue

    Declaration
    public string FormulaValue { get; set; }
    Property Value
    Type Description
    string

    IntValue

    Declaration
    public int IntValue { get; set; }
    Property Value
    Type Description
    int

    LogicalValue

    Declaration
    public bool LogicalValue { get; set; }
    Property Value
    Type Description
    bool

    StringValue

    Declaration
    public string StringValue { get; set; }
    Property Value
    Type Description
    string

    Type

    Declaration
    public SpreadsheetCellData.Types Type { get; set; }
    Property Value
    Type Description
    SpreadsheetCellData.Types

    Methods

    FreeResource()

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisposable
    In this article
    Back to top Generated by DocFX