In This Topic
Gets or sets the first column to print when printing a cell range.
Syntax
'Declaration
Public Property ColStart As Integer
'Usage
Dim instance As PrintInfo
Dim value As Integer
instance.ColStart = value
value = instance.ColStart
public int ColStart {get; set;}
Example
This sets the properties for the PrintInfo class.
See Also