| ExcelXmlWriterSave Method |
[Missing <summary> documentation for "M:Activsoft.Dashboard.ExcelXmlWriter.Save(System.String)"]
Namespace: Activsoft.DashboardAssembly: Activsoft.Dashboard (in Activsoft.Dashboard.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic void Save(
string path
)
Public Sub Save (
path As String
)
public:
void Save(
String^ path
)
member Save :
path : string -> unit
Parameters
- path
- Type: SystemString
[Missing <param name="path"/> documentation for "M:Activsoft.Dashboard.ExcelXmlWriter.Save(System.String)"]
See Also