BindingPath Property (IRange)
In This Topic
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.
Syntax
System.string BindingPath {get; set;}
See Also