JVCL Help:TJvStringGrid.ShowRow

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Shows a previously hidden row.


Pascal

 procedureShowRow(Index: Integer; AHeight: Integer);


Parameters

Parameters Description
Index: Integer Position of the hidden row.
AHeight: Integer The new height of hidden row. If AHeight is set to a value < 0, DefaultRowHeight determines the new height. If the row is not hidden, then the height of the row is not affected.


Description

Call ShowRow to show a previously hidden row.


See Also

TJvStringGrid.ShowAll, TJvStringGrid.ShowCell, TJvStringGrid.ShowCol


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page