GetDefaultPositonAndSizeOfChart Method (IExcelLossless2)
In This Topic
Syntax
'Declaration
Sub GetDefaultPositonAndSizeOfChart( _
ByRef As Integer, _
ByRef As Integer, _
ByRef As Integer, _
ByRef As Integer, _
ByRef As Double, _
ByRef As Double, _
ByRef As Double, _
ByRef 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 ,
out int ,
out int ,
out int ,
out double ,
out double ,
out double ,
out double
)
Parameters
- left
- right
- top
- bottom
- leftOffset
- rightOffset
- topOffset
- bottomOffset
See Also