SetTitle メソッド
■解説
帳票のタイトルを指定します。
Previewウインドウのタイトルバー、または、印刷ジョブの名称となります。
■構文
imgObj.SetTitle(title As String)
■パラメータ
■使用例
Set imgObj = CreateObject("Wfrimg.Tools.1")
imgObj.Create "c:\temp\output.wfd"
imgObj.SetTitle "Sample"
imgObj.SetDataText "データ1", "c:\temp\Sample.csv", ",", """", True
imgObj.SetReport "c:\temp\Sample.wfd"
imgObj.End