DocumentClass.AutoSummarize Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Function AutoSummarize ( _
ByRef Length As Object, _
ByRef Mode As Object, _
ByRef UpdateProperties As Object _
) As Range
'Usage
Dim instance As DocumentClass
Dim Length As Object
Dim Mode As Object
Dim UpdateProperties As Object
Dim returnValue As Range
returnValue = instance.AutoSummarize(Length, _
Mode, UpdateProperties)
public virtual Range AutoSummarize(
ref Object Length,
ref Object Mode,
ref Object UpdateProperties
)
Parameters
- Length
Type: System.Object%
- Mode
Type: System.Object%
- UpdateProperties
Type: System.Object%
Return Value
Type: Microsoft.Office.Interop.Word.Range
Implements
_Document.AutoSummarize(Object%, Object%, Object%)