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

In This Topic
    GetRange Method (Section)
    In This Topic
    Creates and returns a Range associated with this content object.
    Syntax
    'Declaration
     
    Public Function GetRange() As Range
    public Range GetRange()

    Return Value

    A new Range instance associated with this content object.
    See Also