Version

SetRegions Method

Replaces the existing regions with new ones
Syntax
public void SetRegions( 
   string regionAddress,
   Nullable<CellReferenceMode> cellReferenceMode
)

Parameters

regionAddress
A string with one or more comma separated region address
cellReferenceMode
An optional cell reference mode
Exceptions
ExceptionDescription
System.ArgumentExceptionIf regionAddress is invalid or contains a region from another worksheet
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also