'Declaration
Function ExcelSetAxisTitle( _
ByVal As Short, _
ByVal As Integer, _
ByVal As PlotAreaType, _
ByVal As AxisType, _
ByVal As Integer, _
ByVal As String, _
ByVal As Font, _
ByVal As Color, _
ByVal As TextVerticalType, _
ByVal As Integer, _
ByVal As Single, _
ByVal As Single, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean _
) As Boolean
bool ExcelSetAxisTitle(
short ,
int ,
PlotAreaType ,
AxisType ,
int ,
string ,
Font ,
Color ,
TextVerticalType ,
int ,
float ,
float ,
bool ,
bool ,
bool ,
bool
)
パラメータ
- sheet
- sheetViewのインデックス。
- chartIndex
- チャートのインデックス。
- plotAreaType
- プロットエリアのタイプ。
- axisType
- 軸のタイプ。
- index
- 軸のインデックス。
- axisTitle
- 軸のタイトル。
- font
- フォント
- fontColor
- フォントの色。
- textDirection
- テキストの方向。
- textRotationAngle
- テキストの回転角度
- left
- 左の位置かどうか。
- top
- 上の位置かどうか。
- isXML
- 元がXMLかどうか。
- isDefaultPosition
- デフォルト位置かどうか。
- isOverlay
- オーバーレイかどうかを指定します。
- isManualLayout
- 手動で設定されるかどうかを指定します。
戻り値の型
成功した場合はTRUE、それ以外の場合はFALSE