Table of Contents

TXls3DRange Class

A 3d Excel range.

Syntax

Namespace: FlexCel.Core

public class TXls3DRange: TXlsCellRange

Constructors

Methods

Name Description
Equals Returns true if both objects are equal.
GetHashCode Returns the hashcode of the object.
SetRange3DRef Sets the value of the 3d range based on the string that defines the range in A1 notation.
TrySetRange3DRef Tries to set the value of the 3d range based on the string that defines the range in A1 notation. If the name can't be set, no data is modified and this method returns false.

Operators

Name Description
Equality Returns true if both objects are equal.
Note this is for backwards compatibility, this is a class and not immutable, so this method should return true if references are different. But that would break old code.
Inequality Returns true if both objects do not have the same value.
Note this is for backwards compatibility, this is a class and not immutable, so this method should return true if references are different. But that would break old code.

Properties

Name Description
FileName Filename if the range is in a different file.
IsOneCell Returns true if the range has only one cell.
Sheet1 First sheet of the range.
Sheet2 Second sheet of the range.