TextRange2.MathZones property (Office)
Sets the starting point and length of a math zone within a text range. Read-only.
Syntax
expression.MathZones (Start, Length)
expression An expression that returns a TextRange2 object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Start | Optional | Integer | The starting point for the math zone. |
Length | Optional | Integer | The length of the math zone. |
Remarks
A math zone is a text range within which math typography rules apply and outside of which math typography rules don't apply. In addition to containing special mathematical symbols, math zones can also contain text such as in the equation rate = distance/time
where text appears with math symbols.
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.