|
|
#2 (permalink) |
![]() |
Debes agregar la fila y a esa fila agregarle en las columnas el texto que quieras...
With MSFlexGrid1 .Rows = MSFlexGrid1.Rows + 1 .Row = MSFlexGrid1.Rows - 1 .Col = 0 .Text = "Texto" .Col = 1 .Text = "Texto" ... ... ... End With
__________________
ホルヘ・ラファエル・マルティネス・レオン |
|
|
|