Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ContentObject Class / ToString Method

In This Topic
    ToString Method (ContentObject)
    In This Topic
    Gets string representation of the content.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As System.String
    public override System.string ToString()

    Return Value

    String representation of the content.
    See Also