954,228 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

MSHFlex Grid Control

Hello VB experts

how to select a perticular cell in mSHFlex Grid Control in VB at run time? Whats the property or coding i need to add? anyone help me please?

deviii
Newbie Poster
1 post since Aug 2007
Reputation Points: 10
Solved Threads: 0
 

Use the Row and Col values to specify a cell.

Flex.Row = 10
Flex.Col = 5

Will select the cell in the intersection of 11th row and 6th column. Remember the Row and Column values start from Zero

aparnesh
Junior Poster
194 posts since Jul 2005
Reputation Points: 20
Solved Threads: 10
 

Hi,

check this :
To Get Cell value of Row=2, Col=5:

Dim TStr As String
TStr = FlxGrd.TextMatrix(2,5)


Regards
Veena

QVeen72
Posting Shark
950 posts since Nov 2006
Reputation Points: 84
Solved Threads: 143
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You