Class Table
Inheritance
System.Object
System.MarshalByRefObject
Table
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)
Namespace: NXOpen.Annotations
Assembly: NXOpen.dll
Syntax
public class Table : DisplayableObject, IMessageSink, IFitTo, INXObject
Constructors
Table()
Declaration
protected Table()
Methods
DoUpdate()
Declaration
public void DoUpdate()
EditCellText(DisplayableObject, String)
Declaration
public void EditCellText(DisplayableObject tableCell, string text)
Parameters
Type | Name | Description |
---|---|---|
DisplayableObject | tableCell | |
System.String | text |
EvaluateRulesAndUpdate()
Declaration
public void EvaluateRulesAndUpdate()
InsertColumns(DisplayableObject[], Table.InsertColumnsType)
Declaration
public void InsertColumns(DisplayableObject[] selectedColumns, Table.InsertColumnsType insertColumnsInTabularNote)
Parameters
Type | Name | Description |
---|---|---|
DisplayableObject[] | selectedColumns | |
Table.InsertColumnsType | insertColumnsInTabularNote |
InsertHeaderRow()
Declaration
public void InsertHeaderRow()
InsertRows(DisplayableObject[], Table.InsertRowsType)
Declaration
public void InsertRows(DisplayableObject[] selectedRows, Table.InsertRowsType insertRowsInTabularNote)
Parameters
Type | Name | Description |
---|---|---|
DisplayableObject[] | selectedRows | |
Table.InsertRowsType | insertRowsInTabularNote |
IsRowLocked(DisplayableObject)
Declaration
public bool IsRowLocked(DisplayableObject row)
Parameters
Type | Name | Description |
---|---|---|
DisplayableObject | row |
Returns
Type | Description |
---|---|
System.Boolean |
LockUnlockRows(DisplayableObject[])
Declaration
public void LockUnlockRows(DisplayableObject[] rows)
Parameters
Type | Name | Description |
---|---|---|
DisplayableObject[] | rows |
ResizeRowsCols(DisplayableObject[], Double)
Declaration
public void ResizeRowsCols(DisplayableObject[] rowsOrColumns, double resizeValue)
Parameters
Type | Name | Description |
---|---|---|
DisplayableObject[] | rowsOrColumns | |
System.Double | resizeValue |
Implements
System.Runtime.Remoting.Messaging.IMessageSink