WithKey(Config<string>) Method
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<string> The metadata key to store the table in.

Return Value

Type Description
ReadExcel The current module instance.