TextRange2.MathZones Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property MathZones ( _
Start As Integer, _
Length As Integer _
) As TextRange2
Get
'Usage
Dim instance As TextRange2
Dim Start As Integer
Dim Length As Integer
Dim value As TextRange2
value = instance.MathZones(Start, Length)
TextRange2 this[
int Start,
int Length
] { get; }
Parameters
- Start
Type: System.Int32
- Length
Type: System.Int32
Property Value
Type: Microsoft.Office.Core.TextRange2