TExprGridVariable::Rows Property

__declspec(property(get = GetRows, put = SetRows)) int Rows;

Specifies row count of the grid object.

Read: int GetRows();
Write: void SetRows(const int Value);
Remarks:

Set this value to the limit to which the user can set this value, its usable range, or leave at 0.

Declared in Dew::Math::TExprGridVariable · Dew.Math/MtxParseClass.h · Cross-compiler