'宣言 Public Overloads Sub Save( _ ByVal fileName As System.String, _ ByVal format As GridFileFormat, _ ByVal options As GridSaveOptions _ )
public void Save( System.string fileName, GridFileFormat format, GridSaveOptions options )
パラメータ
- fileName
- 保存するファイルの名前。
- format
- ファイルの保存に使用するフォーマットを指定する GridFileFormat 値。
- options
- ファイルを保存する際に使用するオプションを指定する GridSaveOptions 値。