by Daniel K Murphy (3 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 5.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(3 Votes)
Shows how to highlight a row in the MSFlexGrid based on a Column name and Value given any color.
Inputs
MSFlexGrid, Column Name, Value, Color
Assumes
HighlightGrid(FlexGrid as MSFlexGrid, ColumnName as String, Value as Variant, Color as Long)
Code Returns
Colored rows in the MSFlexGrid
Download MSFlexGrid Highlight (20 KB)