|
The RowDefinitionProperty enumeration describes a set of flags with possible row capabilities as returned by the GetRowDefinitionString method.
enum RowDefinitionProperty { DEF_IS_GONOMETRIC = 0x00000001, DEF_HAS_ERRORF = 0x00000002 };
Members |
Description |
DEF_IS_GONOMETRIC = 0x00000001 |
The row definition contains a goniometric term. |
DEF_HAS_ERRORF = 0x00000002 |
The row definition contains the ErrorF function. |