'宣言 Public Function Add( _ ByVal page As PreviewPageBase _ ) As System.Integer
'使用法 Dim instance As PreviewPages Dim page As PreviewPageBase Dim value As System.Integer value = instance.Add(page)
public System.int Add( PreviewPageBase page )
パラメータ
- page
- The page to add.
戻り値の型
Index of the newly added page in the current collection.