SelectedRange Property

Office Open XML

Selected Cells in the worksheet.Used in combination with ActiveCell

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

Syntax

C#
public string SelectedRange { get; set; }
Visual Basic (Declaration)
Public Property SelectedRange As String
Visual C++
public:
property String^ SelectedRange {
	String^ get ();
	void set (String^ value);
}

See Also