Skip to main content
A newer version of this page is available.

SnapList Methods

Provides functionality to manipulate lists in Snap documents.
Name Description
ApplyTableStyles() Applies the selected table style to the current list.
ApplyTableStyles(Int32) Applies the selected table style to the current list at the specified nesting level.
BeginUpdate() Enables runtime customization of a SnapEntity. Inherited from SnapEntity.
Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable.
EndUpdate() Unlocks the SnapEntity after a call to the SnapEntity.BeginUpdate method and causes an immediate visual update of the object. Inherited from SnapEntity.
See Also