Sheet.IsDirty Method

Checks if some views must be updated. (Optional) Checks also if exists the related block for each blockreference.
Public Function IsDirty( _ 
Optional ByVal blocks As BlockKeyedCollection = null _ 
) As Boolean
This language is not supported or no code example is available.
public bool IsDirty( 
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.5, 4.6, 4.7

In this article

Definition