'Declaration
Function ExcelGetLegendSizeInPoint( _ ByVal SheetIndex As Short, _ ByVal ChartIndex As Integer, _ ByRef size As Size _ ) As Boolean
'Usage
Dim instance As IExcelChartWriter Dim SheetIndex As Short Dim ChartIndex As Integer Dim size As Size Dim value As Boolean value = instance.ExcelGetLegendSizeInPoint(SheetIndex, ChartIndex, size)
bool ExcelGetLegendSizeInPoint( short SheetIndex, int ChartIndex, out Size size )
Parameters
- SheetIndex
- ChartIndex
- size