OleSpreadsheetOptions

OleSpreadsheetOptions class

Provides options for import of the embedded document to Spreadsheet via OLE.

public class OleSpreadsheetOptions : ImportDocumentOptions, IOleSpreadsheetOptions

Constructors

Name Description
OleSpreadsheetOptions(string, int) Initializes a new instance of the OleSpreadsheetOptions class.
OleSpreadsheetOptions(string, byte[], int) Initializes a new instance of the OleSpreadsheetOptions class.
OleSpreadsheetOptions(byte[], byte[], string, int) Initializes a new instance of the OleSpreadsheetOptions class.

Properties

Name Description
ColumnIndex { get; set; } The upper left column index.
Extension { get; } The extension of the embedded object.
Height { get; set; } The height of the Ole object image.
ImageData { get; } The data of the Ole object image.
ObjectData { get; } The data of the embedded object.
PageNumber { get; } The page number for inserting of the embedded object.
RowIndex { get; set; } The upper left row index.
Width { get; set; } The width of the Ole object image.

Remarks

Learn more

See Also