Class Range
- Namespace
- FileFormat.Cells
- Assembly
- FileFormat.Cells.dll
- Inheritance
-
Range
- Inherited Members
-
Constructors
public Range(Worksheet worksheet, uint startRowIndex, uint startColumnIndex, uint endRowIndex, uint endColumnIndex)
Parameters
worksheet
Worksheet
startRowIndex
uint
startColumnIndex
uint
endRowIndex
uint
endColumnIndex
uint
Properties
public uint ColumnCount { get; }
Property Value
- uint
public uint EndColumnIndex { get; }
Property Value
- uint
public uint EndRowIndex { get; }
Property Value
- uint
public uint RowCount { get; }
Property Value
- uint
public uint StartColumnIndex { get; }
Property Value
- uint
public uint StartRowIndex { get; }
Property Value
- uint
Methods
public void AddDropdownListValidation(string[] options)
Parameters
options
string[]
public void ApplyValidation(ValidationRule rule)
Parameters
rule
ValidationRule
public void SetValue(string value)
Parameters
value
string