__declspec(property(get = GetCols, put = SetCols)) int Cols;
Specifies column count of the grid object.
Read:
int GetCols();Write:
void SetCols(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