This flag indicates that a row is hidden from view. ROW_Hidden 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 = 0x2000

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_Hidden

See Also