IFormattedLineSource.ColumnWidth 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.
Gets the width of a column in pixels.
public:
property double ColumnWidth { double get(); };
public:
property double ColumnWidth { double get(); };
public double ColumnWidth { get; }
member this.ColumnWidth : double
Public ReadOnly Property ColumnWidth As Double
Property Value
The width of a column in pixels.
Remarks
This is used to determine the location of tab stops.