This is how to place text in a cell - in this case, row 1, column 2:
This is just for an unbound FlexGrid, not connected to a datasource.Code:Dim iRow As Integer Dim iCol As Integer iRow = 1 iCol = 2 MSFlexGrid1.TextMatrix(iRow, iCol) = "Hello!"
|
Results 1 to 11 of 11
Threaded View
|
Click Here to Expand Forum to Full Width |