_Worksheet.Columns Property

Definition

Returns a Range object that represents all the columns on the specified worksheet. Read-only.

public:
 property Microsoft::Office::Interop::Excel::Range ^ Columns { Microsoft::Office::Interop::Excel::Range ^ get(); };
public Microsoft.Office.Interop.Excel.Range Columns { get; }
Public ReadOnly Property Columns As Range

Property Value

Applies to