This flag indicates that the row's editing marks (in the row header) are hidden from view. ROW_HideMarks is returned or used by a number of table window row functions to set or determine the current status of a row. You can combine ROW_* flags using the OR (|) operator. Use with the functions: SalTblAnyRows, SalTblCopyRows, SalTblFindNextRow, SalTblFindPrevRow, SalTblQueryRowFlags, SalTblSetFlagsAnyRows, SalTblSetRowFlags. Value = 64

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public const int ROW_HideMarks

See Also