Spread for ASP.NET 12 Product Documentation
ColStart Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrintInfo Class : ColStart Property
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;}
See Also

Reference

PrintInfo Class
PrintInfo Members