|
Programmer's Reference >
WordApplication API >
Element > Text
Text Property
C# Signature:
VB.NET Signature:
Description:
| | Returns a String that represents the text for this Element.
Text is a
read only property.
|
Examples:
[csharp]
[vbnet]
Dim length As Integer = e.Length
Getter |
Signature:
public String
Text
Returns:
String
A String that represents the text for this Element.
|

Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.
|