VBA中的自定义数据类型 - 如何在Python中完成?

时间:2016-10-04 20:14:51

标签: python excel-vba custom-data-type vba excel

我希望用Python重做Excel VBA,不熟悉VBA和Python新手。 VBA中有一个自定义数据类型,我不知道如何在Python中使用它:

Public Type CusType
    One_ As Long
    Two_ As Single
    Thr_ As Single
    Fou_ As Single
    Str_ As String
End Type

'... etc

Dim AnArray() as CusType

0 个答案:

没有答案