SpreadsheetGear 2012
CausesValidation Property (WorkbookView)






Syntax
'Declaration
 
<SRCategoryAttribute("Focus")>
<System.ComponentModel.DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates whether this component raises validation events. ")>
Public Property CausesValidation As System.Boolean
'Usage
 
Dim instance As WorkbookView
Dim value As System.Boolean
 
instance.CausesValidation = value
 
value = instance.CausesValidation
[SRCategory("Focus")]
[System.ComponentModel.DefaultValue()]
[SRDescription("Indicates whether this component raises validation events. ")]
public System.bool CausesValidation {get; set;}
public read-write property CausesValidation: System.Boolean; 
SRCategoryAttribute("Focus")
System.ComponentModel.DefaultValueAttribute()
SRDescriptionAttribute("Indicates whether this component raises validation events. ")
public function get,set CausesValidation : System.boolean
[SRCategory("Focus")]
[System.ComponentModel.DefaultValue()]
[SRDescription("Indicates whether this component raises validation events. ")]
public: __property System.bool get_CausesValidation();
public: __property void set_CausesValidation( 
   System.bool value
);
[SRCategory("Focus")]
[System.ComponentModel.DefaultValue()]
[SRDescription("Indicates whether this component raises validation events. ")]
public:
property System.bool CausesValidation {
   System.bool get();
   void set (    System.bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookView Class
WorkbookView Members

Send Feedback