/ Published in: Visual Basic
Expand |
Embed | Plain Text
Dim value As String Dim i As Integer For i = 1 To fpSpread1.DataRowCnt fpSpread1.Row = i If fpSpread1.SelModeSelected Then value = value & GetTextFromSpreadCell(fpSpread1, 1, i) & "|" End If Next i MsgBox value
You need to login to post a comment.
