CellRange Class

Represents a range of cells
Public Class CellRange
This language is not supported or no code example is available.
public class CellRange
This language is not supported or no code example is available.
public ref class CellRange 
This language is not supported or no code example is available.
public class CellRange
This language is not supported or no code example is available.
Name Description
Public constructor CellRange(string, string, int, Nullable<Int32>) Defines a cell range using varibles
Top
Name Description
Public property ColumnEnd Column Range End
Public property ColumnStart Column Range Start
Public property RowEnd Row Range End
Public property RowStart Row Range Start
Top
Name Description
Public extension method NameOf(this object) (Defined by NLogHelper).
Top

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition