Class MultipleExport
Defines multi-export options.
Inheritance
System.Object
MultipleExport
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class MultipleExport : Object
Constructors
MultipleExport()
Declaration
public MultipleExport()
Properties
BlankRows
Defines the number of blank rows between the multiple grid data.
Declaration
public int BlankRows { get; set; }
Property Value
Type |
---|
System.Int32 |
Type
Indicates whether to append the multiple grid in same sheet or different sheet.
Declaration
public MultipleExportType Type { get; set; }
Property Value
Type |
---|
MultipleExportType |