[]
Gets or sets the string used for naming the sheet in Excel export.
public ExpressionInfo PageName { get; set; }
| Type | Description |
|---|---|
| ExpressionInfo | An ExpressionInfo object containing the name of the sheet in Excel export. |
Container container = new Container();
container.PageName = "Sheet1";