Table of Contents

Method EndUpdate

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

EndUpdate(bool)

Re-enables range list updating, that was turn of by calling BeginUpdate method.

public int EndUpdate(bool update)

Parameters

update bool

If true, forces list updating.

Returns

int

Number of range list updating locks.

EndUpdate()

Re-enables range list updating, that was turn of by calling BeginUpdate method.

public int EndUpdate()

Returns

int

Number of range list updating locks.