Spread ASP.NET 6.0 Product Documentation
RenderCoveredCell Property
See Also  Send Feedback
FarPoint.Mvc.Spread Assembly > FarPoint.Mvc.Spread Namespace > FpSpread Class : RenderCoveredCell Property


Glossary Item Box

Gets or sets whether the spread should render the cells being covered by a span cell.

Syntax

Visual Basic (Declaration) 
Public Property RenderCoveredCell As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FpSpread
Dim value As Boolean
 
instance.RenderCoveredCell = value
 
value = instance.RenderCoveredCell
C# 
public bool RenderCoveredCell {get; set;}

Remarks

(This is for rendering the non-anchor cell of a span. This was added mainly in support of Spread for SharePoint and should not be used by developers using Spread for ASP.NET.)

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.