Share via


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

See Also

Reference

ShapeRange Interface

ShapeRange Members

Microsoft.Office.Core Namespace