EditPoint2::PadToColumn Method (Int32)
Visual Studio 2015
Fills the current line in the buffer with empty characters (white space) to the given column.
Assembly: EnvDTE80 (in EnvDTE80.dll)
Parameters
- Column
-
Type:
System::Int32
Required. The number of columns to pad, starting at one.
Implements
EditPoint::PadToColumn(Int32)PadToColumn inserts tabs and spaces, according to global settings, from the edit point's or selection's display column to the specified display column. If the edit point or active end of the selection already lies beyond the specified column, PadToColumn does nothing.
Show: