Range.Columns 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 a Columns collection that represents all the table columns in the range.
public:
property Microsoft::Office::Interop::Word::Columns ^ Columns { Microsoft::Office::Interop::Word::Columns ^ get(); };
public Microsoft.Office.Interop.Word.Columns Columns { get; }
member this.Columns : Microsoft.Office.Interop.Word.Columns
Public ReadOnly Property Columns As Columns