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

In This Topic
    GetRange Method (ContentRange)
    In This Topic
    Creates and returns a Range object representing this content in the body.
    Syntax
    'Declaration
     
    Public Overridable Function GetRange() As Range
    public virtual Range GetRange()

    Return Value

    A Range object representing this content.
    See Also