ComponentOne ASP.NET MVC Controls
ColSpan Property (Cell)

C1.Web.Mvc.Sheet Namespace > Cell Class : ColSpan Property
Gets or sets the number of columns the cell occupies.
Syntax
'Declaration
 
<JsonAttribute(Order=-1, 
   SkipIfDefault=False, 
   PropertyName="", 
   Name="")>
<DefaultValueAttribute()>
Public Property ColSpan As Integer
[Json(Order=-1, 
   SkipIfDefault=False, 
   PropertyName="", 
   Name="")]
[DefaultValue()]
public int ColSpan {get; set;}
See Also

Reference

Cell Class
Cell Members