'宣言 Public Overloads Sub Print( _ ByVal style As PrintStyle, _ ByVal start As System.Date, _ ByVal end As System.Date _ )
public void Print( PrintStyle style, System.DateTime start, System.DateTime end )
パラメータ
- style
- 印刷する PrintStyle オブジェクト。
- start
- 印刷範囲の始まりを指定する System.DateTime 値。
- end
- 印刷範囲の終わりを指定する System.DateTime 値。