Spread Silverlight Documentation
HighlightInvalidData Property (SheetView)
Example 


Gets or sets whether to highlight invalid data.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property HighlightInvalidData As System.Boolean
'Usage
 
Dim instance As SheetView
Dim value As System.Boolean
 
instance.HighlightInvalidData = value
 
value = instance.HighlightInvalidData
[System.ComponentModel.DefaultValue()]
public System.bool HighlightInvalidData {get; set;}
Example
This example uses the HighlightInvalidData property.
GcSpreadSheet1.View.HighlightInvalidData = true;
GcSpreadSheet1.View.HorizontalScrollable = true;
GcSpreadSheet1.View.VerticalScrollable = true;
GcSpreadSheet1.View.HighlightInvalidData = True
GcSpreadSheet1.View.HorizontalScrollable = True
GcSpreadSheet1.View.VerticalScrollable = True
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.