NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
NXOpen.UF.UFTabnot Member List

This is the complete list of members for NXOpen.UF.UFTabnot, including all inherited members.

AddColumn(NXOpen.Tag tabular_note, NXOpen.Tag column, int index)NXOpen.UF.UFTabnotinline
AddHeaderRow(NXOpen.Tag tabular_note, NXOpen.Tag row, int index)NXOpen.UF.UFTabnotinline
AddRow(NXOpen.Tag tabular_note, NXOpen.Tag row, int index)NXOpen.UF.UFTabnotinline
AskCellAtRowCol(NXOpen.Tag row, NXOpen.Tag column, out NXOpen.Tag cell)NXOpen.UF.UFTabnotinline
AskCellPrefs(NXOpen.Tag cell, out CellPrefs cell_prefs)NXOpen.UF.UFTabnotinline
AskCellText(NXOpen.Tag cell, out string cell_text)NXOpen.UF.UFTabnotinline
AskCellTextPosition(NXOpen.Tag cell,[Out] double[] text_position)NXOpen.UF.UFTabnotinline
AskColumnHeadCfw(NXOpen.Tag column, NXOpen.Tag section,[Out] int[] cfw)NXOpen.UF.UFTabnotinline
AskColumnOfCell(NXOpen.Tag cell, out NXOpen.Tag column)NXOpen.UF.UFTabnotinline
AskColumnSortData(NXOpen.Tag column, out SortData sort_data)NXOpen.UF.UFTabnotinline
AskColumnWidth(NXOpen.Tag column, out double width)NXOpen.UF.UFTabnotinline
AskDefaultCellPrefs(out CellPrefs cell_prefs)NXOpen.UF.UFTabnotinline
AskDefaultSectionPrefs(out SectionPrefs section_prefs)NXOpen.UF.UFTabnotinline
AskEvaluatedCellText(NXOpen.Tag cell, out string evaluated_text)NXOpen.UF.UFTabnotinline
AskMergeInfo(NXOpen.Tag cell, out NXOpen.Tag start_row, out NXOpen.Tag start_column, out NXOpen.Tag end_row, out NXOpen.Tag end_column)NXOpen.UF.UFTabnotinline
AskNmColumns(NXOpen.Tag tabnote, out int nm_columns)NXOpen.UF.UFTabnotinline
AskNmHeaderRows(NXOpen.Tag tabnote, out int nm_header_rows)NXOpen.UF.UFTabnotinline
AskNmRows(NXOpen.Tag tabnote, out int nm_rows)NXOpen.UF.UFTabnotinline
AskNmRowsInSection(NXOpen.Tag section, out int nm_rows)NXOpen.UF.UFTabnotinline
AskNmSections(NXOpen.Tag tabnote, out int nm_sections)NXOpen.UF.UFTabnotinline
AskNthColumn(NXOpen.Tag tabnote, int index, out NXOpen.Tag column)NXOpen.UF.UFTabnotinline
AskNthHeaderRow(NXOpen.Tag tabnote, int index, out NXOpen.Tag row)NXOpen.UF.UFTabnotinline
AskNthRow(NXOpen.Tag tabnote, int index, out NXOpen.Tag row)NXOpen.UF.UFTabnotinline
AskNthRowInSection(NXOpen.Tag section, int index, out NXOpen.Tag row)NXOpen.UF.UFTabnotinline
AskNthSection(NXOpen.Tag tabnote, int index, out NXOpen.Tag section)NXOpen.UF.UFTabnotinline
AskRelativeColumn(NXOpen.Tag column, int position, out NXOpen.Tag relative_column)NXOpen.UF.UFTabnotinline
AskRelativeRow(NXOpen.Tag row, int position, out NXOpen.Tag relative_row)NXOpen.UF.UFTabnotinline
AskRowHeadCfw(NXOpen.Tag row,[Out] int[] cfw)NXOpen.UF.UFTabnotinline
AskRowHeight(NXOpen.Tag row, out double height)NXOpen.UF.UFTabnotinline
AskRowOfCell(NXOpen.Tag cell, out NXOpen.Tag row)NXOpen.UF.UFTabnotinline
AskSectionOfRow(NXOpen.Tag row, out NXOpen.Tag section)NXOpen.UF.UFTabnotinline
AskSectionPrefs(NXOpen.Tag section, out SectionPrefs section_prefs)NXOpen.UF.UFTabnotinline
AskTabularNoteOfColumn(NXOpen.Tag column, out NXOpen.Tag tabular_note)NXOpen.UF.UFTabnotinline
AskTabularNoteOfSection(NXOpen.Tag section, out NXOpen.Tag tabular_note)NXOpen.UF.UFTabnotinline
AsyncProcessMessage(IMessage msg, IMessageSink replySink)NXOpen.Utilities.NXRemotableObjectinline
AttachPoint enum nameNXOpen.UF.UFTabnot
ConvertToNonSpreadsheetTabnote(NXOpen.Tag tabular_note)NXOpen.UF.UFTabnotinline
Create(ref SectionPrefs prefs, double[] origin, out NXOpen.Tag tabular_note)NXOpen.UF.UFTabnotinline
CreateColumn(double width, out NXOpen.Tag column)NXOpen.UF.UFTabnotinline
CreateFromTemplate(string template_name, double[] origin, out NXOpen.Tag tabular_note)NXOpen.UF.UFTabnotinline
CreateRow(double height, out NXOpen.Tag row)NXOpen.UF.UFTabnotinline
DisplayContinuationNote enum nameNXOpen.UF.UFTabnot
EnableAutomaticUpdate(bool allow_automatic_update)NXOpen.UF.UFTabnotinline
FitMethod enum nameNXOpen.UF.UFTabnot
Format enum nameNXOpen.UF.UFTabnot
HeaderLocation enum nameNXOpen.UF.UFTabnot
ImportSpreadsheetCell(NXOpen.Tag spreadsheet, int sheet_number, int row_number, int column_number, NXOpen.Tag cell)NXOpen.UF.UFTabnotinline
initialize()NXOpen.Utilities.NXRemotableObjectinlineprotected
Just enum nameNXOpen.UF.UFTabnot
MergeCells(NXOpen.Tag start_cell, NXOpen.Tag end_cell)NXOpen.UF.UFTabnotinline
NextSinkNXOpen.Utilities.NXRemotableObject
OverflowDirection enum nameNXOpen.UF.UFTabnot
RemoveColumn(NXOpen.Tag column)NXOpen.UF.UFTabnotinline
RemoveRow(NXOpen.Tag row)NXOpen.UF.UFTabnotinline
SetCellPrefs(NXOpen.Tag cell, ref CellPrefs cell_prefs)NXOpen.UF.UFTabnotinline
SetCellText(NXOpen.Tag cell, string cell_text)NXOpen.UF.UFTabnotinline
SetColumnHeadCfw(NXOpen.Tag column, NXOpen.Tag section, int[] cfw)NXOpen.UF.UFTabnotinline
SetColumnSortData(NXOpen.Tag column, ref SortData sort_data)NXOpen.UF.UFTabnotinline
SetColumnWidth(NXOpen.Tag column, double width)NXOpen.UF.UFTabnotinline
SetDefaultCellPrefs(ref CellPrefs cell_prefs)NXOpen.UF.UFTabnotinline
SetDefaultSectionPrefs(ref SectionPrefs section_prefs)NXOpen.UF.UFTabnotinline
SetRowHeadCfw(NXOpen.Tag row, int[] cfw)NXOpen.UF.UFTabnotinline
SetRowHeight(NXOpen.Tag row, double height)NXOpen.UF.UFTabnotinline
SetSectionPrefs(NXOpen.Tag section, ref SectionPrefs section_prefs)NXOpen.UF.UFTabnotinline
Sort(NXOpen.Tag tabnote_tag)NXOpen.UF.UFTabnotinline
SortDirection enum nameNXOpen.UF.UFTabnot
SyncProcessMessage(IMessage msg)NXOpen.Utilities.NXRemotableObjectinline
UnmergeCells(NXOpen.Tag cell)NXOpen.UF.UFTabnotinline
Update(NXOpen.Tag tabular_note)NXOpen.UF.UFTabnotinline
ZeroDisplay enum nameNXOpen.UF.UFTabnot
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.