IBuiltInDocumentProperties
ParagraphCount Property
|
ParCount.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
int ParagraphCount { get; set; }
Property ParagraphCount As Integer
Get
Set
property int ParagraphCount {
int get ();
void set (int value);
}
abstract ParagraphCount : int with get, set
Property Value
Type:
Int32
See Also