<< Return to Main Index

< Return to Class Index

CGXGridCore::GetArrayWithRowHeights

void GetArrayWithRowHeights(ROWCOL nFromRow, ROWCOL nToRow, int* pnRowHeights);

nFromRow

Specifies the first row id.

nToRow

Specifies the last row id.

pnRowHeights

A pointer to the result array.

Remarks

Fills the array with the specified row-heights. You are responsible for allocating and destroying the array after usage. See GetArrayWithColWidths for an example.

See Also

CGXGridCore::GetRowHeight CGXGridCore::GetArrayWithColWidths

CGXGridCore

Class Overview | Class Members