[]
        
(Showing Draft Content)

C1.Excel.XLExternalData

XLExternalData Struct

Represents a external data.

Namespace: C1.Excel
Assembly: C1.Excel.dll
Syntax
public struct XLExternalData

Constructors

Name Description
XLExternalData(int, int, int, object)

Creates a new instance of the XLExternalData class. The external worksheet contains a external data items.

Properties

Name Description
ColumnFirst

The external data first column index.

ColumnLast

The external data last column index.

Row

The external data row index.

Value

The external data value.