JVCL Help:TJvStringGrid.HideRow

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

Search in JVCL Help

 
Search in all projects
 

Summary

Hides a complete row of the grid.


Pascal

 procedureHideRow(Index: Integer);


Parameters

Parameters Description
Index: Integer The index of the row to hide.


Description

Call HideRow to hide the column at position Index. This is done by setting its ColHeight to -1.


See Also

TJvStringGrid.HideAll, TJvStringGrid.HideCell, TJvStringGrid.HideCol, TJvStringGrid.RemoveRow, TJvStringGrid.ShowRow


About

Notes

Calling this method repeatedly does nothing (the hidden row retains its Index even if it's hidden)


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