ImportObjectOptions
InsertRows Property
|
Gets or sets a value indicating whether rows should be inserted.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool InsertRows { get; set; }
Public Property InsertRows As Boolean
Get
Set
public:
property bool InsertRows {
bool get ();
void set (bool value);
}
member InsertRows : bool with get, set
Property Value
Type:
Boolean
See Also