Sets the metadata key where the table will be stored (default of "Table").
- Namespace
- Statiq
.Tables - Containing Type
- ReadExcel
Syntax
public ReadExcel WithKey(Config<string> key)
Parameters
| Name | Type | Description |
|---|---|---|
| key | Config |
The metadata key to store the table in. |
Return Value
| Type | Description |
|---|---|
| ReadExcel | The current module instance. |