Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Editable grid control, like Excel, in a dialog
#8
Code:
Copy      Help
,stdole.StdFont f._create
,f.Name="Courier New"
,f.Underline=-1
,sc3.Font=f

---

Strange but Text property does not work with data cells but works with headers.

Code:
Copy      Help
,sc3.CaptionEnabled=-1
,sc3.Text(0 0)="A"
,sc3.Text(0 1)="B"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)