_CodeName Property
_ReadOnlyRecommended Property
AcceptLabelsInFormulas Property
ActiveChart Property
ActiveSheet Property
Application Property
Author Property
AutoUpdateFrequency Property
AutoUpdateSaveChanges Property
BuiltinDocumentProperties Property
CalculationVersion Property
ChangeHistoryDuration Property
Charts Property
CodeName Property
Colors Property
CommandBars Property
Comments Property
ConflictResolution Property
Container Property
CreateBackup Property
Creator Property
CustomDocumentProperties Property
CustomViews Property
Date1904 Property
DialogSheets Property
DisplayDrawingObjects Property
DisplayInkComments Property
DocumentLibraryVersions Property
EnableAutoRecover Property
EnvelopeVisible Property
Excel4IntlMacroSheets Property
Excel4MacroSheets Property
FileFormat Property
FullName Property
FullNameURLEncoded Property
HasMailer Property
HasPassword Property
HasRoutingSlip Property
HighlightChangesOnScreen Property
HTMLProject Property
InactiveListBorderVisible Property
IsAddin Property
IsInplace Property
KeepChangeHistory Property
Keywords Property
ListChangesOnNewSheet Property
Mailer Property
Modules Property
MultiUserEditing Property
Name Property
Names Property
OnSave Property
OnSheetActivate Property
OnSheetDeactivate Property
Parent Property
Password Property
PasswordEncryptionAlgorithm Property
PasswordEncryptionFileProperties Property
PasswordEncryptionKeyLength Property
PasswordEncryptionProvider Property
Path Property
Permission Property
PersonalViewListSettings Property
PersonalViewPrintSettings Property
PrecisionAsDisplayed Property
ProtectStructure Property
ProtectWindows Property
PublishObjects Property
ReadOnly Property
ReadOnlyRecommended Property
RemovePersonalInformation Property
RevisionNumber Property
Routed Property
RoutingSlip Property
Saved Property
SaveLinkValues Property
SharedWorkspace Property
Sheets Property
ShowConflictHistory Property
ShowPivotTableFieldList Property
SmartDocument Property
SmartTagOptions Property
Styles Property
Subject Property
Sync Property
TemplateRemoveExtData Property
Title Property
UpdateLinks Property
UpdateRemoteReferences Property
UserControl Property
UserStatus Property
VBASigned Property
VBProject Property
WebOptions Property
Windows Property
Worksheets Property
WritePassword Property
WriteReserved Property
WriteReservedBy Property
XmlMaps Property
XmlNamespaces Property
Expandir Minimizar
Este tema aún no ha recibido ninguna valoración - Valorar este tema

_Workbook.Title Property

This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

'Uso
Dim _Workbook1 As _Workbook

Dim returnValue As String
returnValue = _Workbook1.Title

Dim sampleValue As String
_Workbook1.Title = sampleValue

string Title {get; set;}
public System.String get_Title();
public void set_Title(System.String);
function get Title() : String;
function set Title(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.