AutoFormat Method
Calculate Method
CheckGrammar Method
CheckSpelling Method
CheckSynonyms Method
Collapse Method
ComputeStatistics Method
ConvertHangulAndHanja Method
ConvertToTable Method
ConvertToTableOld Method
Copy Method
CopyAsPicture Method
CreatePublisher Method
Cut Method
Delete Method
DetectLanguage Method
EndOf Method
Expand Method
GetSpellingSuggestions Method
GoTo Method
GoToEditableRange Method
GoToNext Method
GoToPrevious Method
InRange Method
InsertAfter Method
InsertAutoText Method
InsertBefore Method
InsertBreak Method
InsertCaption Method
InsertCaptionXP Method
InsertCrossReference Method
InsertCrossReference_2002 Method
InsertDatabase Method
InsertDateTime Method
InsertDateTimeOld Method
InsertFile Method
InsertParagraph Method
InsertParagraphAfter Method
InsertParagraphBefore Method
InsertSymbol Method
InsertXML Method
InStory Method
IsEqual Method
LookupNameProperties Method
ModifyEnclosure Method
Move Method
MoveEnd Method
MoveEndUntil Method
MoveEndWhile Method
MoveStart Method
MoveStartUntil Method
MoveStartWhile Method
MoveUntil Method
MoveWhile Method
Next Method
NextSubdocument Method
Paste Method
PasteAndFormat Method
PasteAppendTable Method
PasteAsNestedTable Method
PasteExcelTable Method
PasteSpecial Method
PhoneticGuide Method
Previous Method
PreviousSubdocument Method
Relocate Method
Select Method
SetRange Method
Sort Method
SortAscending Method
SortDescending Method
SortOld Method
StartOf Method
SubscribeTo Method
TCSCConverter Method
WholeStory Method
Erweitern Minimieren
Dieser Artikel wurde noch nicht bewertet - Dieses Thema bewerten.

Range.PasteAndFormat Method

Pastes the selected table cells and formats them as specified.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

'Usage
Dim Type As WdRecoveryType
Dim range1 As Range
range1.PasteAndFormat(Type)
void PasteAndFormat(
	[In] WdRecoveryType Type
);
public void PasteAndFormat(
	/*in*/WdRecoveryType Type
);
function PasteAndFormat(
	 Type : WdRecoveryType
);

Parameters

Type

Required WdRecoveryType. The type of formatting to use when pasting the selected table cells.

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

Fanden Sie dies hilfreich?
(1500 verbleibende Zeichen)
© 2013 Microsoft. Alle Rechte vorbehalten.