Spread for ASP.NET 12 Product Documentation
RenderCoveredCell Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : RenderCoveredCell Property
Gets or sets whether the spread should render the cells being covered by a span cell.
Syntax
'Declaration
 
Public Property RenderCoveredCell As Boolean
'Usage
 
Dim instance As FpSpread
Dim value As Boolean
 
instance.RenderCoveredCell = value
 
value = instance.RenderCoveredCell
public bool RenderCoveredCell {get; set;}
See Also

Reference

FpSpread Class
FpSpread Members