| 
IDocProperty
Int32 Property
  | 
 Gets / sets 4-bytes signed integer value.
 Namespace:
 Spire.Doc.CompoundFile
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
Property Int32 As Integer
	Get
	Set
 
property int Int32 {
	int get ();
	void set (int value);
}
 
abstract Int32 : int with get, set
 
 
 
Property Value
 
 Type:
 
Int32
 
 
 See Also
See Also