[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRange.BindingPath

BindingPath Property

BindingPath

Gets or sets the binding path of the current cell or column. If range is normal range, gets or sets the binding path of the top-left cell of range. If range is EntireColumn, gets or sets the binding path of the left column binding path of range. If range is EntireRow, gets or sets null.

Declaration
string BindingPath { get; set; }
Property BindingPath As String