'Declaration Public Function New( _
ByVal filenameThe name of the XLSX file.As System.String, _
ByVal modeA FileMode constant that determines how to open or create the XLSX file.As System.IO.FileMode, _
ByVal accessA FileAccess constant that determines how the XLSX file can be accessed.As System.IO.FileAccess, _
ByVal documentLayoutSettingsThe XLSX document layout settings.As Vintasoft.Imaging.Codecs.Decoders.DocumentLayoutSettings _
)
public XlsxDocument(
System.String filename,
System.IO.FileMode mode,
System.IO.FileAccess access,
Vintasoft.Imaging.Codecs.Decoders.DocumentLayoutSettings documentLayoutSettings
)
public: XlsxDocument(
System.String filename,
System.IO.FileMode mode,
System.IO.FileAccess access,
Vintasoft.Imaging.Codecs.Decoders.DocumentLayoutSettings* documentLayoutSettings
)
public:
XlsxDocument(
System.String filename,
System.IO.FileMode mode,
System.IO.FileAccess access,
Vintasoft.Imaging.Codecs.Decoders.DocumentLayoutSettings^ documentLayoutSettings
)
Parameters
- filename
- The name of the XLSX file.
- mode
- A FileMode constant that determines how to open or create the XLSX file.
- access
- A FileAccess constant that determines how the XLSX file can be accessed.
- documentLayoutSettings
- The XLSX document layout settings.