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