Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / OutlineLevelRange Class / ToArray Method

In This Topic
    ToArray Method (OutlineLevelRange)
    In This Topic
    Gets the array of GrapeCity.Documents.Word.OutlineLevel values defined in the range.
    Syntax
    'Declaration
     
    Public Function ToArray() As OutlineLevel()
    public OutlineLevel[] ToArray()

    Return Value

    The array of GrapeCity.Documents.Word.OutlineLevel values defined in the range.
    See Also