Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ComplexField Class / GetRange Method

In This Topic
    GetRange Method (ComplexField)
    In This Topic
    Initializes and returns a Range in the body occuped by this complex field.
    Syntax
    'Declaration
     
    Public Overrides Function GetRange() As Range
    public override Range GetRange()

    Return Value

    The newly created Range.
    See Also