Range.Expand(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Expands the specified range.
public int Expand (ref object Unit);
abstract member Expand : obj -> int
Public Function Expand (Optional ByRef Unit As Object) As Integer
Parameters
- Unit
- Object
Optional Object. The unit by which to expand the range. Can be one of the WdUnits constants.
Returns
Remarks
This property returns the number of characters added to the range.