Class UFTabnot
Assembly: NXOpen.UF.dll
Syntax
public class UFTabnot : NXRemotableObject, IMessageSink
Methods
AddColumn(Tag, Tag, int)
Declaration
public void AddColumn(Tag tabular_note, Tag column, int index)
Parameters
Type |
Name |
Description |
Tag |
tabular_note |
|
Tag |
column |
|
int |
index |
|
Declaration
public void AddHeaderRow(Tag tabular_note, Tag row, int index)
Parameters
Type |
Name |
Description |
Tag |
tabular_note |
|
Tag |
row |
|
int |
index |
|
AddRow(Tag, Tag, int)
Declaration
public void AddRow(Tag tabular_note, Tag row, int index)
Parameters
Type |
Name |
Description |
Tag |
tabular_note |
|
Tag |
row |
|
int |
index |
|
AskCellAtRowCol(Tag, Tag, out Tag)
Declaration
public void AskCellAtRowCol(Tag row, Tag column, out Tag cell)
Parameters
Type |
Name |
Description |
Tag |
row |
|
Tag |
column |
|
Tag |
cell |
|
AskCellPrefs(Tag, out CellPrefs)
Declaration
public void AskCellPrefs(Tag cell, out UFTabnot.CellPrefs cell_prefs)
Parameters
AskCellText(Tag, out string)
Declaration
public void AskCellText(Tag cell, out string cell_text)
Parameters
Type |
Name |
Description |
Tag |
cell |
|
string |
cell_text |
|
AskCellTextPosition(Tag, double[])
Declaration
public void AskCellTextPosition(Tag cell, double[] text_position)
Parameters
Type |
Name |
Description |
Tag |
cell |
|
double[] |
text_position |
|
AskColumnHeadCfw(Tag, Tag, int[])
Declaration
public void AskColumnHeadCfw(Tag column, Tag section, int[] cfw)
Parameters
Type |
Name |
Description |
Tag |
column |
|
Tag |
section |
|
int[] |
cfw |
|
AskColumnOfCell(Tag, out Tag)
Declaration
public void AskColumnOfCell(Tag cell, out Tag column)
Parameters
Type |
Name |
Description |
Tag |
cell |
|
Tag |
column |
|
AskColumnSortData(Tag, out SortData)
Declaration
public void AskColumnSortData(Tag column, out UFTabnot.SortData sort_data)
Parameters
AskColumnWidth(Tag, out double)
Declaration
public void AskColumnWidth(Tag column, out double width)
Parameters
Type |
Name |
Description |
Tag |
column |
|
double |
width |
|
AskDefaultCellPrefs(out CellPrefs)
Declaration
public void AskDefaultCellPrefs(out UFTabnot.CellPrefs cell_prefs)
Parameters
AskDefaultSectionPrefs(out SectionPrefs)
Declaration
public void AskDefaultSectionPrefs(out UFTabnot.SectionPrefs section_prefs)
Parameters
AskEvaluatedCellText(Tag, out string)
Declaration
public void AskEvaluatedCellText(Tag cell, out string evaluated_text)
Parameters
Type |
Name |
Description |
Tag |
cell |
|
string |
evaluated_text |
|
AskMergeInfo(Tag, out Tag, out Tag, out Tag, out Tag)
Declaration
public void AskMergeInfo(Tag cell, out Tag start_row, out Tag start_column, out Tag end_row, out Tag end_column)
Parameters
Type |
Name |
Description |
Tag |
cell |
|
Tag |
start_row |
|
Tag |
start_column |
|
Tag |
end_row |
|
Tag |
end_column |
|
AskNmColumns(Tag, out int)
Declaration
public void AskNmColumns(Tag tabnote, out int nm_columns)
Parameters
Type |
Name |
Description |
Tag |
tabnote |
|
int |
nm_columns |
|
Declaration
public void AskNmHeaderRows(Tag tabnote, out int nm_header_rows)
Parameters
Type |
Name |
Description |
Tag |
tabnote |
|
int |
nm_header_rows |
|
AskNmRows(Tag, out int)
Declaration
public void AskNmRows(Tag tabnote, out int nm_rows)
Parameters
Type |
Name |
Description |
Tag |
tabnote |
|
int |
nm_rows |
|
AskNmRowsInSection(Tag, out int)
Declaration
public void AskNmRowsInSection(Tag section, out int nm_rows)
Parameters
Type |
Name |
Description |
Tag |
section |
|
int |
nm_rows |
|
AskNmSections(Tag, out int)
Declaration
public void AskNmSections(Tag tabnote, out int nm_sections)
Parameters
Type |
Name |
Description |
Tag |
tabnote |
|
int |
nm_sections |
|
AskNthColumn(Tag, int, out Tag)
Declaration
public void AskNthColumn(Tag tabnote, int index, out Tag column)
Parameters
Type |
Name |
Description |
Tag |
tabnote |
|
int |
index |
|
Tag |
column |
|
Declaration
public void AskNthHeaderRow(Tag tabnote, int index, out Tag row)
Parameters
Type |
Name |
Description |
Tag |
tabnote |
|
int |
index |
|
Tag |
row |
|
AskNthRow(Tag, int, out Tag)
Declaration
public void AskNthRow(Tag tabnote, int index, out Tag row)
Parameters
Type |
Name |
Description |
Tag |
tabnote |
|
int |
index |
|
Tag |
row |
|
AskNthRowInSection(Tag, int, out Tag)
Declaration
public void AskNthRowInSection(Tag section, int index, out Tag row)
Parameters
Type |
Name |
Description |
Tag |
section |
|
int |
index |
|
Tag |
row |
|
AskNthSection(Tag, int, out Tag)
Declaration
public void AskNthSection(Tag tabnote, int index, out Tag section)
Parameters
Type |
Name |
Description |
Tag |
tabnote |
|
int |
index |
|
Tag |
section |
|
AskRelativeColumn(Tag, int, out Tag)
Declaration
public void AskRelativeColumn(Tag column, int position, out Tag relative_column)
Parameters
Type |
Name |
Description |
Tag |
column |
|
int |
position |
|
Tag |
relative_column |
|
AskRelativeRow(Tag, int, out Tag)
Declaration
public void AskRelativeRow(Tag row, int position, out Tag relative_row)
Parameters
Type |
Name |
Description |
Tag |
row |
|
int |
position |
|
Tag |
relative_row |
|
AskRowHeadCfw(Tag, int[])
Declaration
public void AskRowHeadCfw(Tag row, int[] cfw)
Parameters
Type |
Name |
Description |
Tag |
row |
|
int[] |
cfw |
|
AskRowHeight(Tag, out double)
Declaration
public void AskRowHeight(Tag row, out double height)
Parameters
AskRowOfCell(Tag, out Tag)
Declaration
public void AskRowOfCell(Tag cell, out Tag row)
Parameters
Type |
Name |
Description |
Tag |
cell |
|
Tag |
row |
|
AskSectionOfRow(Tag, out Tag)
Declaration
public void AskSectionOfRow(Tag row, out Tag section)
Parameters
Type |
Name |
Description |
Tag |
row |
|
Tag |
section |
|
AskSectionPrefs(Tag, out SectionPrefs)
Declaration
public void AskSectionPrefs(Tag section, out UFTabnot.SectionPrefs section_prefs)
Parameters
AskTabularNoteOfColumn(Tag, out Tag)
Declaration
public void AskTabularNoteOfColumn(Tag column, out Tag tabular_note)
Parameters
Type |
Name |
Description |
Tag |
column |
|
Tag |
tabular_note |
|
AskTabularNoteOfSection(Tag, out Tag)
Declaration
public void AskTabularNoteOfSection(Tag section, out Tag tabular_note)
Parameters
Type |
Name |
Description |
Tag |
section |
|
Tag |
tabular_note |
|
ConvertToNonSpreadsheetTabnote(Tag)
Declaration
public void ConvertToNonSpreadsheetTabnote(Tag tabular_note)
Parameters
Type |
Name |
Description |
Tag |
tabular_note |
|
Create(ref SectionPrefs, double[], out Tag)
Declaration
public void Create(ref UFTabnot.SectionPrefs prefs, double[] origin, out Tag tabular_note)
Parameters
CreateColumn(double, out Tag)
Declaration
public void CreateColumn(double width, out Tag column)
Parameters
Type |
Name |
Description |
double |
width |
|
Tag |
column |
|
CreateFromTemplate(string, double[], out Tag)
Declaration
public void CreateFromTemplate(string template_name, double[] origin, out Tag tabular_note)
Parameters
Type |
Name |
Description |
string |
template_name |
|
double[] |
origin |
|
Tag |
tabular_note |
|
CreateRow(double, out Tag)
Declaration
public void CreateRow(double height, out Tag row)
Parameters
EnableAutomaticUpdate(bool)
Declaration
public void EnableAutomaticUpdate(bool allow_automatic_update)
Parameters
Type |
Name |
Description |
bool |
allow_automatic_update |
|
ImportSpreadsheetCell(Tag, int, int, int, Tag)
Declaration
public void ImportSpreadsheetCell(Tag spreadsheet, int sheet_number, int row_number, int column_number, Tag cell)
Parameters
Type |
Name |
Description |
Tag |
spreadsheet |
|
int |
sheet_number |
|
int |
row_number |
|
int |
column_number |
|
Tag |
cell |
|
MergeCells(Tag, Tag)
Declaration
public void MergeCells(Tag start_cell, Tag end_cell)
Parameters
Type |
Name |
Description |
Tag |
start_cell |
|
Tag |
end_cell |
|
RemoveColumn(Tag)
Declaration
public void RemoveColumn(Tag column)
Parameters
Type |
Name |
Description |
Tag |
column |
|
RemoveRow(Tag)
Declaration
public void RemoveRow(Tag row)
Parameters
Type |
Name |
Description |
Tag |
row |
|
SetCellPrefs(Tag, ref CellPrefs)
Declaration
public void SetCellPrefs(Tag cell, ref UFTabnot.CellPrefs cell_prefs)
Parameters
SetCellText(Tag, string)
Declaration
public void SetCellText(Tag cell, string cell_text)
Parameters
Type |
Name |
Description |
Tag |
cell |
|
string |
cell_text |
|
SetColumnHeadCfw(Tag, Tag, int[])
Declaration
public void SetColumnHeadCfw(Tag column, Tag section, int[] cfw)
Parameters
Type |
Name |
Description |
Tag |
column |
|
Tag |
section |
|
int[] |
cfw |
|
SetColumnSortData(Tag, ref SortData)
Declaration
public void SetColumnSortData(Tag column, ref UFTabnot.SortData sort_data)
Parameters
SetColumnWidth(Tag, double)
Declaration
public void SetColumnWidth(Tag column, double width)
Parameters
Type |
Name |
Description |
Tag |
column |
|
double |
width |
|
SetDefaultCellPrefs(ref CellPrefs)
Declaration
public void SetDefaultCellPrefs(ref UFTabnot.CellPrefs cell_prefs)
Parameters
SetDefaultSectionPrefs(ref SectionPrefs)
Declaration
public void SetDefaultSectionPrefs(ref UFTabnot.SectionPrefs section_prefs)
Parameters
SetRowHeadCfw(Tag, int[])
Declaration
public void SetRowHeadCfw(Tag row, int[] cfw)
Parameters
Type |
Name |
Description |
Tag |
row |
|
int[] |
cfw |
|
SetRowHeight(Tag, double)
Declaration
public void SetRowHeight(Tag row, double height)
Parameters
SetSectionPrefs(Tag, ref SectionPrefs)
Declaration
public void SetSectionPrefs(Tag section, ref UFTabnot.SectionPrefs section_prefs)
Parameters
Sort(Tag)
Declaration
public void Sort(Tag tabnote_tag)
Parameters
Type |
Name |
Description |
Tag |
tabnote_tag |
|
UnmergeCells(Tag)
Declaration
public void UnmergeCells(Tag cell)
Parameters
Type |
Name |
Description |
Tag |
cell |
|
Update(Tag)
Declaration
public void Update(Tag tabular_note)
Parameters
Type |
Name |
Description |
Tag |
tabular_note |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink