Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelLossless2 Interface / GetDefaultPositonAndSizeOfChart Method


In This Topic
    GetDefaultPositonAndSizeOfChart Method (IExcelLossless2)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub GetDefaultPositonAndSizeOfChart( _
       ByRef left As Integer, _
       ByRef right As Integer, _
       ByRef top As Integer, _
       ByRef bottom As Integer, _
       ByRef leftOffset As Double, _
       ByRef rightOffset As Double, _
       ByRef topOffset As Double, _
       ByRef bottomOffset As Double _
    ) 
    'Usage
     
    
    Dim instance As IExcelLossless2
    Dim left As Integer
    Dim right As Integer
    Dim top As Integer
    Dim bottom As Integer
    Dim leftOffset As Double
    Dim rightOffset As Double
    Dim topOffset As Double
    Dim bottomOffset As Double
     
    instance.GetDefaultPositonAndSizeOfChart(left, right, top, bottom, leftOffset, rightOffset, topOffset, bottomOffset)
    void GetDefaultPositonAndSizeOfChart( 
       out int left,
       out int right,
       out int top,
       out int bottom,
       out double leftOffset,
       out double rightOffset,
       out double topOffset,
       out double bottomOffset
    )

    Parameters

    left
    right
    top
    bottom
    leftOffset
    rightOffset
    topOffset
    bottomOffset
    See Also