'Declaration
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 _
) As Boolean
bool ExcelGetAxisTitle(
short ,
int ,
AxisType ,
int ,
out string ,
out Font ,
out Color ,
out bool
)