IDocumentProperty
GetPropertyName Method
|
Return a custom property name at the specified index.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
string GetPropertyName(
int index
)
Function GetPropertyName (
index As Integer
) As String
String^ GetPropertyName(
int index
)
abstract GetPropertyName :
index : int -> string
Parameters
-
index
-
Type:
System
Int32
The zero-based index of a custom property to get.
Return Value
Type:
String
Custom property name at the specified index.
Exceptions
|
Exception
|
Condition
|
|
ArgumentOutOfRangeException
|
Index is less than zero. Index is equal to or greater than Count.
|
See Also