MSHFlex Grid Control

Reply

Join Date: Aug 2007
Posts: 1
Reputation: deviii is an unknown quantity at this point 
Solved Threads: 0
deviii deviii is offline Offline
Newbie Poster

MSHFlex Grid Control

 
0
  #1
Aug 3rd, 2007
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?
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 186
Reputation: aparnesh is an unknown quantity at this point 
Solved Threads: 10
aparnesh's Avatar
aparnesh aparnesh is offline Offline
Junior Poster

Re: MSHFlex Grid Control

 
0
  #2
Aug 3rd, 2007
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
Reply With Quote Quick reply to this message  
Join Date: Nov 2006
Posts: 848
Reputation: QVeen72 is on a distinguished road 
Solved Threads: 120
QVeen72's Avatar
QVeen72 QVeen72 is offline Offline
Practically a Posting Shark

Re: MSHFlex Grid Control

 
0
  #3
Aug 7th, 2007
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
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Visual Basic 4 / 5 / 6 Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC