Fields.Update Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the result of the fields object.
public:
int Update();
public int Update ();
abstract member Update : unit -> int
Public Function Update () As Integer
Returns
Remarks
When applied to a Fields collection, returns 0 (zero) if no errors occur when the fields are updated, or returns an Integer that represents the index of the first field that contains an error.