ShapeRange.ScaleWidth Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub ScaleWidth ( _
Factor As Single, _
RelativeToOriginalSize As MsoTriState, _
fScale As MsoScaleFrom _
)
'Usage
Dim instance As ShapeRange
Dim Factor As Single
Dim RelativeToOriginalSize As MsoTriState
Dim fScale As MsoScaleFrom
instance.ScaleWidth(Factor, RelativeToOriginalSize, _
fScale)
void ScaleWidth(
float Factor,
MsoTriState RelativeToOriginalSize,
MsoScaleFrom fScale
)
Parameters
- Factor
Type: System.Single
- RelativeToOriginalSize
Type: Microsoft.Office.Core.MsoTriState
- fScale
Type: Microsoft.Office.Core.MsoScaleFrom