Version

Search Results

RepeatTitleRange Class Members

Public Constructors Public Properties Public Methods

EndIndex Property

Gets the index of the last row or column in the range. Syntax

Equals Method (RepeatTitleRange)

Determines whether the specified value equals this RepeatTitleRange. Syntax Parameters obj The value to test for equality.

GetHashCode Method (RepeatTitleRange)

Gtes the hash code for the RepeatTitleRange. Syntax

StartIndex Property (RepeatTitleRange)

Gets the index of the first row or column in the range. Syntax

ToString Method (RepeatTitleRange)

Gets the string representation of the range. Syntax Return Value The string representation of the range.

RepeatTitleRange Constructor

Creates a new RepeatTitleRange instance. Syntax Parameters startIndex The index of the first row or column in the range.endIndex The index of the last row or column in the range. Exceptions Exception Description System.ArgumentException Occurs when either startIndex or endIndex is less than 0. Remarks The order of...

Resources Class

Exposes a ExcelResourceCustomizer instance for this assembly. Syntax