IShape.ScaleHeight Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub ScaleHeight ( _
Factor As Single, _
RelativeToOriginalSize As MsoTriState, _
Scale As Object _
)
'Usage
Dim instance As IShape
Dim Factor As Single
Dim RelativeToOriginalSize As MsoTriState
Dim Scale As Object
instance.ScaleHeight(Factor, RelativeToOriginalSize, _
Scale)
void ScaleHeight(
float Factor,
MsoTriState RelativeToOriginalSize,
Object Scale
)
Parameters
- Factor
Type: System.Single
- RelativeToOriginalSize
Type: Microsoft.Office.Core.MsoTriState
- Scale
Type: System.Object