AlertStyle Property
Application Property
Creator Property
ErrorMessage Property
ErrorTitle Property
Formula1 Property
Formula2 Property
IgnoreBlank Property
IMEMode Property
InCellDropdown Property
InputMessage Property
InputTitle Property
Operator Property
Parent Property
ShowError Property
ShowInput Property
Type Property
Value Property
Expandir Minimizar
Este tema aún no ha recibido ninguna valoración - Valorar este tema

Validation.InputTitle Property

Returns or sets the title of the data-validation input dialog box. Read/write String.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

'Uso
Dim validation1 As Validation

Dim returnValue As String
returnValue = validation1.InputTitle

Dim sampleValue As String
validation1.InputTitle = sampleValue

string InputTitle {get; set;}
public System.String get_InputTitle();
public void set_InputTitle(System.String);
function get InputTitle() : String;
function set InputTitle(String);
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

¿Te ha resultado útil?
(Caracteres restantes: 1500)
© 2013 Microsoft. Reservados todos los derechos.