XlsBuiltInDocumentProperties
SlideCount Property
|
Gets/Sets SlideCount 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 SlideCount { get; set; }
Public Property SlideCount As Integer
Get
Set
public:
virtual property int SlideCount {
int get () sealed;
void set (int value) sealed;
}
abstract SlideCount : int with get, set
override SlideCount : int with get, set
Property Value
Type:
Int32
Implements
IBuiltInDocumentProperties
SlideCount
See Also