943,985 Members | Top Members by Rank

Ad:
Aug 3rd, 2007
0

MSHFlex Grid Control

Expand Post »
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?
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
deviii is offline Offline
1 posts
since Aug 2007
Aug 3rd, 2007
0

Re: MSHFlex Grid Control

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
Reputation Points: 20
Solved Threads: 10
Junior Poster
aparnesh is offline Offline
193 posts
since Jul 2005
Aug 7th, 2007
0

Re: MSHFlex Grid Control

Hi,

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

Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
  1. Dim TStr As String
  2. TStr = FlxGrd.TextMatrix(2,5)

Regards
Veena
Reputation Points: 84
Solved Threads: 140
Posting Shark
QVeen72 is offline Offline
923 posts
since Nov 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Visual Basic 4 / 5 / 6 Forum Timeline: error in loading package and deployment wizard
Next Thread in Visual Basic 4 / 5 / 6 Forum Timeline: about data report





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC