scripting:api:text-document:size

Size

Property of ITextDocument

Return document size in characters

Read-Only Property of type long

var nVal = TextDocument.Size;

==== Visual Basic Script ====

nVal = TextDocument.Size

==== C++ ====

long nVal;
HRESULT hr = TextDocument.get_Size(&nVal);

===== See Also ===== ITextDocument