'宣言 Public Sub SetInlineObject( _ ByVal inlineObject As InlineObject, _ ByVal textRange As TextRange _ )
public void SetInlineObject( InlineObject inlineObject, TextRange textRange )
パラメータ
- inlineObject
 - An application-defined inline object.
 - textRange
 - Text range to which this change applies.
 
戻り値の型
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.