FarPoint.Excel アセンブリ > FarPoint.Excel 名前空間 > IExcelChartWriter2 インタフェース : ExcelGetChartTitle メソッド |
'Declaration
Function ExcelGetChartTitle( _ ByVal sheet As Short, _ ByVal chartIndex As Integer, _ ByRef chartTitle As String, _ ByRef font As Font, _ ByRef fontColor As Color, _ ByRef textDirection As TextVerticalType, _ ByRef textRotationAngle As Integer _ ) As Boolean
bool ExcelGetChartTitle( short sheet, int chartIndex, out string chartTitle, out Font font, out Color fontColor, out TextVerticalType textDirection, out int textRotationAngle )