Namespace: Spire.Xls.Core.Converter.General.Word.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public delegate void ChangeItems(
	DocumentObjectCollection..::..ChangeItemsType type,
	DocumentObject entity
)
Public Delegate Sub ChangeItems ( 
	type As DocumentObjectCollection..::..ChangeItemsType,
	entity As DocumentObject
)
public delegate void ChangeItems(
	DocumentObjectCollection..::..ChangeItemsType type, 
	DocumentObject^ entity
)
type ChangeItems = 
    delegate of 
        type : DocumentObjectCollection..::..ChangeItemsType * 
        entity : DocumentObject -> unit

See Also