Senin, 10 Juni 2024

Microsoft FlexGrid Method, Property 1

Requirement control/component: Microsoft FlexGrid 6.0 (msflxgrd.ocx)

Add Text Inside A Cell MsFlexGrid 1 ( Using TextMatrix )

' Make 4 rows
' If the MsFlexGrid has a Fixed Row, so the other rows only three.
MSFlexGrid1.Rows = 4
MSFlexGrid1.TextMatrix(3, 1) = "Row 3 Column 1"

Add Picture Inside A Cell MsFlexGrid

Set MSFlexGrid1.CellPicture = LoadPicture(App.Path & "\img1.bmp")


Tidak ada komentar:

Posting Komentar