FarPoint.Excel 名前空間 > IExcelChartWriter5 インタフェース : ExcelGetLegendAreaInfo メソッド |
'Declaration
Sub ExcelGetLegendAreaInfo( _ ByVal sheet As Short, _ ByVal chartIndex As Integer, _ ByRef isOverlay As Boolean, _ ByRef isManualLayout As Boolean, _ ByRef legendPos As Integer, _ ByRef isVertical As Boolean _ )
void ExcelGetLegendAreaInfo( short sheet, int chartIndex, out bool isOverlay, out bool isManualLayout, out int legendPos, out bool isVertical )