Class IntegerTable
Inheritance
System.Object
System.MarshalByRefObject
IntegerTable
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
Assembly: NXOpenUI.dll
Syntax
public class IntegerTable : UIBlock, IMessageSink
Constructors
IntegerTable()
Declaration
Properties
ColumnTitles
Declaration
public string ColumnTitles { get; set; }
Property Value
Type |
Description |
System.String |
|
Increment
Declaration
public double Increment { get; set; }
Property Value
Type |
Description |
System.Double |
|
RetainValue
Declaration
public bool RetainValue { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Spin
Declaration
public bool Spin { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
WrapSpin
Declaration
public bool WrapSpin { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
GetMaximumValues(out Int32, out Int32)
Declaration
public int[] GetMaximumValues(out int nRows, out int nColumns)
Parameters
Type |
Name |
Description |
System.Int32 |
nRows |
|
System.Int32 |
nColumns |
|
Returns
Type |
Description |
System.Int32[] |
|
GetMinimumValues(out Int32, out Int32)
Declaration
public int[] GetMinimumValues(out int nRows, out int nColumns)
Parameters
Type |
Name |
Description |
System.Int32 |
nRows |
|
System.Int32 |
nColumns |
|
Returns
Type |
Description |
System.Int32[] |
|
GetRowTitles()
Declaration
public string[] GetRowTitles()
Returns
Type |
Description |
System.String[] |
|
GetValues(out Int32, out Int32)
Declaration
public int[] GetValues(out int nRows, out int nColumns)
Parameters
Type |
Name |
Description |
System.Int32 |
nRows |
|
System.Int32 |
nColumns |
|
Returns
Type |
Description |
System.Int32[] |
|
SetMaximumValues(Int32, Int32, Int32[])
Declaration
public void SetMaximumValues(int nRows, int nColumns, int[] matrixValue)
Parameters
Type |
Name |
Description |
System.Int32 |
nRows |
|
System.Int32 |
nColumns |
|
System.Int32[] |
matrixValue |
|
SetMinimumValues(Int32, Int32, Int32[])
Declaration
public void SetMinimumValues(int nRows, int nColumns, int[] matrixValue)
Parameters
Type |
Name |
Description |
System.Int32 |
nRows |
|
System.Int32 |
nColumns |
|
System.Int32[] |
matrixValue |
|
SetRowTitles(String[])
Declaration
public void SetRowTitles(string[] rowTitle)
Parameters
Type |
Name |
Description |
System.String[] |
rowTitle |
|
SetValues(Int32, Int32, Int32[])
Declaration
public void SetValues(int nRows, int nColumns, int[] matrixValue)
Parameters
Type |
Name |
Description |
System.Int32 |
nRows |
|
System.Int32 |
nColumns |
|
System.Int32[] |
matrixValue |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink