XlsBuiltInDocumentProperties
LineCount Property
|
Gets/Sets LineCount document property.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int LineCount { get; set; }
Public Property LineCount As Integer
Get
Set
public:
virtual property int LineCount {
int get () sealed;
void set (int value) sealed;
}
abstract LineCount : int with get, set
override LineCount : int with get, set
Property Value
Type:
Int32
Implements
IBuiltInDocumentProperties
LineCount
See Also