| 
ParagraphFormat
HasKey Method
  | 
 Determines if the property with the given key exists.
 Namespace:
 Spire.Doc.Formatting
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool HasKey(
	int propKey
)
 
Public Function HasKey ( 
	propKey As Integer
) As Boolean
 
public:
bool HasKey(
	int propKey
)
 
member HasKey : 
propKey : int -> bool 
 
 
 
Parameters
 
- 
propKey
 
- 
 Type:
 
System
Int32
 
 The key of the property to check for existence.
Return Value
 
 Type:
 
Boolean
 
 True if the property with the specified key exists; otherwise, false.
 
 See Also
See Also