Class ReferRangeArea
- Namespace
- Spire.Xls
- Assembly
- Spire.XLS.dll
public class ReferRangeArea
- Inheritance
-
ReferRangeArea
- Inherited Members
-
Constructors
ReferRangeArea()
Properties
EndColumn
public int EndColumn { get; }
Property Value
- int
EndRow
public int EndRow { get; }
Property Value
- int
ExternalFileName
public string ExternalFileName { get; }
Property Value
- string
IsExternalLink
public bool IsExternalLink { get; }
Property Value
- bool
SheetName
public string SheetName { get; }
Property Value
- string
StartColumn
public int StartColumn { get; }
Property Value
- int
StartRow
public int StartRow { get; }
Property Value
- int