Skip to content

Latest commit

 

History

History
38 lines (17 loc) · 1001 Bytes

277aa819-d717-e2f5-5bc7-607abfce20a4.md

File metadata and controls

38 lines (17 loc) · 1001 Bytes

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 do not 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

Concepts

TextRange2 Object

Other resources

TextRange2 Object Members