Sheet.HasChanged Method

Indicates whether some views must be updated or not. (Optional) Checks also if exists the related block for each BlockReference.
Public Function HasChanged( _ 
Optional ByVal blocks As BlockKeyedCollection = null _ 
) As Boolean
This language is not supported or no code example is available.
public bool HasChanged( 
BlockKeyedCollection blocks = null 
)
This language is not supported or no code example is available.

Parameters

blocks
BlockKeyedCollection

(Optional) The blocks collection to check if exists the related block for each BlockReference.

Return Value

bool

True if at least one view is not updated or if a BlockReference has not the related block in the collection.

.NET Framework

Supported in: 4.8

In this article

Definition