'宣言
Function ExcelGetAxisTitle( _
ByVal As Short, _
ByVal As Integer, _
ByVal As AxisType, _
ByVal As Integer, _
ByRef As String, _
ByRef As Font, _
ByRef As Color, _
ByRef As Boolean, _
ByRef As TextVerticalType, _
ByRef As Integer, _
ByRef As Boolean, _
ByRef As Boolean, _
ByRef As Single, _
ByRef As Single _
) As Boolean
bool ExcelGetAxisTitle(
short ,
int ,
AxisType ,
int ,
out string ,
out Font ,
out Color ,
out bool ,
out TextVerticalType ,
out int ,
out bool ,
out bool ,
out float ,
out float
)