如题:spread 3.0 里的 _DrawItem 事件 对应 5.0里的什么?
spread 3.0 代码
Private Sub Spdtest_DrawItem(ByVal Col As Long, ByVal Row As Long, ByVal hdc As stdole.OLE_HANDLE, ByVal Left As Long, ByVal Top As Long, ByVal Right As Long, ByVal Bottom As Long, ByVal Style As Long)
SpreadDrawItem Spdtest, Col, Row, hdc, Left, Top, Right, Bottom, Style, g_curGraphType
End Sub |
|