Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter Interface / ExcelGetLegendSizeInPoint Method


In This Topic
    ExcelGetLegendSizeInPoint Method
    In This Topic
    Syntax
    '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
    See Also