Forums     Knowledge Base     OfficeWriter Online     
 
 
This documentation is for
OfficeWriter v3.8.1
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > WordApplication API > Element > Length

Length Property


C# Signature:

VB.NET Signature:


Description:

Returns an int that represents the number of characters in this Element.

Length is a read only property.



Examples:

[csharp]
Element subE = e.SubElement();
[vbnet]
Dim subE As Element = e.SubElement()


Getter

Signature:

public int Length

Returns:

int An int that represents the number of characters in this Element.



Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.