[]
Gets or sets a name of the sheet when exporting to Excel.
public ExpressionInfo PageName { get; set; }
Type | Description |
---|---|
ExpressionInfo | An ExpressionInfo object containing the sheet name for Excel export. |
dataRegion.PageName = "SalesReport";