|
Programmer's Reference >
WordApplication API >
NamedStyle > Name
Name Property
C# Signature:
VB.NET Signature:
Description:
| | Returns a String representing the name of this NamedStyle.
Name is a
read only property.
|
Examples:
[csharp]
string name = namedStyl.Name;
[vbnet]
Dim name As String = namedStyl.Name
Getter |
Signature:
public String
Name
Returns:
String
A String representing the name of this NamedStyle.
|

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