Table of Contents

SheetRange.implicit operator Operator

Definition

Namespace
GleamTech.DocumentUltimate
Assembly
GleamTech.DocumentUltimate.dll

implicit operator SheetRange(string)

Converts a string containing the range of sheet numbers to a SheetRange.

public static implicit operator SheetRange(string value)

Parameters

value string

A string that contains the range of sheet numbers.

Returns

SheetRange

A new SheetRange instance.

implicit operator string(SheetRange)

Converts a SheetRange to a string containing the range of sheet numbers.

public static implicit operator string(SheetRange value)

Parameters

value SheetRange

A SheetRange instance.

Returns

string

A string representation of the range of sheet numbers.