SpreadsheetGear 2017
InputTitle Property (IValidation)






SpreadsheetGear Namespace > IValidation Interface : InputTitle Property
Gets or sets the input title to be displayed when one of the represented cells is active.
Syntax
'Declaration
 
Property InputTitle As System.String
'Usage
 
Dim instance As IValidation
Dim value As System.String
 
instance.InputTitle = value
 
value = instance.InputTitle
System.string InputTitle {get; set;}
read-write property InputTitle: System.String; 
function get,set InputTitle : System.String
__property System.string* get_InputTitle();
__property void set_InputTitle( 
   System.string* value
);
property System.String^ InputTitle {
   System.String^ get();
   void set (    System.String^ 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

IValidation Interface
IValidation Members
ShowInputMessage Property
InputMessage Property