WorkbookConnection.Ranges Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the range of object for the specified WorkbookConnection object. Read-only Ranges.
public:
property Microsoft::Office::Interop::Excel::Ranges ^ Ranges { Microsoft::Office::Interop::Excel::Ranges ^ get(); };
public Microsoft.Office.Interop.Excel.Ranges Ranges { get; }
Public ReadOnly Property Ranges As Ranges