Columns Property
Applies To
DataSheet object, Range object.
Description
Range object: Returns a Range object that represents the columns in the specified range. Read-only.
DataSheet object: Returns a Range object that represents all the columns on the datasheet. Read-only.
See Also
Range property, Rows property.
Example
This example clears column A of the datasheet.
myChart.Application.DataSheet.Columns(2).ClearContents