GetFromRange Method

Office Open XML

Get the table object from a range.

Namespace:  OfficeOpenXml.Table
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public ExcelTable GetFromRange(
	ExcelRangeBase Range
)
Visual Basic (Declaration)
Public Function GetFromRange ( _
	Range As ExcelRangeBase _
) As ExcelTable
Visual C++
public:
ExcelTable^ GetFromRange(
	ExcelRangeBase^ Range
)

Parameters

Range
Type: OfficeOpenXml..::.ExcelRangeBase
The range

Return Value

The table. Null if no range matches

See Also