Click or drag to resize

StiExcel2007ExportServiceExcelImageData Constructor

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public ExcelImageData(
	int FirstRowIndex,
	int FirstRowOffset,
	int FirstColumnIndex,
	int FirstColumnOffset,
	int LastRowIndex,
	int LastRowOffset,
	int LastColumnIndex,
	int LastColumnOffset,
	int ImageIndex,
	string Hyperlink
)

Parameters

FirstRowIndex
Type: SystemInt32

[Missing <param name="FirstRowIndex"/> documentation for "M:Stimulsoft.Report.Export.StiExcel2007ExportService.ExcelImageData.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)"]

FirstRowOffset
Type: SystemInt32

[Missing <param name="FirstRowOffset"/> documentation for "M:Stimulsoft.Report.Export.StiExcel2007ExportService.ExcelImageData.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)"]

FirstColumnIndex
Type: SystemInt32

[Missing <param name="FirstColumnIndex"/> documentation for "M:Stimulsoft.Report.Export.StiExcel2007ExportService.ExcelImageData.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)"]

FirstColumnOffset
Type: SystemInt32

[Missing <param name="FirstColumnOffset"/> documentation for "M:Stimulsoft.Report.Export.StiExcel2007ExportService.ExcelImageData.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)"]

LastRowIndex
Type: SystemInt32

[Missing <param name="LastRowIndex"/> documentation for "M:Stimulsoft.Report.Export.StiExcel2007ExportService.ExcelImageData.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)"]

LastRowOffset
Type: SystemInt32

[Missing <param name="LastRowOffset"/> documentation for "M:Stimulsoft.Report.Export.StiExcel2007ExportService.ExcelImageData.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)"]

LastColumnIndex
Type: SystemInt32

[Missing <param name="LastColumnIndex"/> documentation for "M:Stimulsoft.Report.Export.StiExcel2007ExportService.ExcelImageData.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)"]

LastColumnOffset
Type: SystemInt32

[Missing <param name="LastColumnOffset"/> documentation for "M:Stimulsoft.Report.Export.StiExcel2007ExportService.ExcelImageData.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)"]

ImageIndex
Type: SystemInt32

[Missing <param name="ImageIndex"/> documentation for "M:Stimulsoft.Report.Export.StiExcel2007ExportService.ExcelImageData.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)"]

Hyperlink
Type: SystemString

[Missing <param name="Hyperlink"/> documentation for "M:Stimulsoft.Report.Export.StiExcel2007ExportService.ExcelImageData.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)"]

See Also