'宣言 Public Overridable Sub AssignFrom( _ ByVal source As ParagraphObject _ )
'使用法 Dim instance As ParagraphObject Dim source As ParagraphObject instance.AssignFrom(source)
public virtual void AssignFrom( ParagraphObject source )
パラメータ
- source
- The object to copy the properties from.