Click or drag to resize

ExcelWriterWriteT Method (T, String, String)

Namespace:  Dynamicweb.Data
Assembly:  Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax
public void Write<T>(
	T objectToExport,
	string pathToMaster,
	string pathToNewFile
)
where T : class

Parameters

objectToExport
Type: T
pathToMaster
Type: SystemString
pathToNewFile
Type: SystemString

Type Parameters

T
See Also