[]
Sets the SelectionRanges property.
public TBuilder SelectionRanges(Action<CellRangeFactory> build)
Public Function SelectionRanges(build As Action(Of CellRangeFactory)) As TBuilder
| Type | Name | Description |
|---|---|---|
| Action<CellRangeFactory> | build | The build action |
| Type | Description |
|---|---|
| TBuilder | Current builder |