Spread WPF Documentation
ColumnSpan Property (Cell)


Gets or sets the number of columns spanned by this cell.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property ColumnSpan As System.Integer
'Usage
 
Dim instance As Cell
Dim value As System.Integer
 
instance.ColumnSpan = value
 
value = instance.ColumnSpan
[System.ComponentModel.DefaultValue()]
public System.int ColumnSpan {get; set;}

Property Value

The number of columns spanned by this cell. The default value is 1.
Remarks
If this cell represents a range of cells, then this property returns or sets the upper-left cell in the range.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

Cell Class
Cell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.