Table of Contents

Class Range

Namespace
FileFormat.Cells
Assembly
FileFormat.Cells.dll
public class Range
Inheritance
Range
Inherited Members

Constructors

Range(Worksheet, uint, uint, uint, uint)

public Range(Worksheet worksheet, uint startRowIndex, uint startColumnIndex, uint endRowIndex, uint endColumnIndex)

Parameters

worksheet Worksheet
startRowIndex uint
startColumnIndex uint
endRowIndex uint
endColumnIndex uint

Properties

ColumnCount

public uint ColumnCount { get; }

Property Value

uint

EndColumnIndex

public uint EndColumnIndex { get; }

Property Value

uint

EndRowIndex

public uint EndRowIndex { get; }

Property Value

uint

RowCount

public uint RowCount { get; }

Property Value

uint

StartColumnIndex

public uint StartColumnIndex { get; }

Property Value

uint

StartRowIndex

public uint StartRowIndex { get; }

Property Value

uint

Methods

AddDropdownListValidation(string[])

public void AddDropdownListValidation(string[] options)

Parameters

options string[]

ApplyValidation(ValidationRule)

public void ApplyValidation(ValidationRule rule)

Parameters

rule ValidationRule

ClearCells()

public void ClearCells()

MergeCells()

public void MergeCells()

SetValue(string)

public void SetValue(string value)

Parameters

value string