'Declaration Public Function New( _
ByVal filenameИмя XLSX файла.As System.String, _
ByVal modeКонстанта FileMode, определяющая способ открытия или создания XLSX файла.As System.IO.FileMode, _
ByVal accessКонстанта FileAccess, определяющая способ доступа к файлу XLSX.As System.IO.FileAccess _
)
public XlsxDocument(
System.String filename,
System.IO.FileMode mode,
System.IO.FileAccess access
)
public: XlsxDocument(
System.String filename,
System.IO.FileMode mode,
System.IO.FileAccess access
)
public:
XlsxDocument(
System.String filename,
System.IO.FileMode mode,
System.IO.FileAccess access
)
Parameters
- filename
- Имя XLSX файла.
- mode
- Константа FileMode, определяющая способ открытия или создания XLSX файла.
- access
- Константа FileAccess, определяющая способ доступа к файлу XLSX.