Spread for ASP.NET 12 Product Documentation
ColEnd Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrintInfo Class : ColEnd Property
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

Reference

PrintInfo Class
PrintInfo Members