How to Highlight an Entire Row of Cells in the Grid ControlLast reviewed: June 21, 1995Article ID: Q113589 |
The information in this article applies to:
- Microsoft Visual Basic programming system for Windows, versions 2.0 and 3.0
SUMMARYThe sample code in this article demonstrates how to highlight an entire row of cells for the Grid control including the cell that you select. This sample uses the following properties: SelStartRow, SelStartCol, SelEndRow, and SelEndCol. In addition to highlighting the entire row, the sample code also highlights the cell you clicked.
MORE INFORMATION
Steps to Highlight an Entire Row of Cells in a Grid
|
Additional reference words: 1.00 2.00 3.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |