Class SpreadsheetCellData
Inheritance
SpreadsheetCellData
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
Declaration
public string FormulaValue { get; set; }
Property Value
IntValue
Declaration
public int IntValue { get; set; }
Property Value
LogicalValue
Declaration
public bool LogicalValue { get; set; }
Property Value
StringValue
Declaration
public string StringValue { get; set; }
Property Value
Type
Declaration
public SpreadsheetCellData.Types Type { get; set; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
Implements
System.Runtime.Remoting.Messaging.IMessageSink