Class ExcelAddressInfo
public class ExcelAddressInfo
- Inheritance
-
ExcelAddressInfo
- Inherited Members
-
- Extension Methods
-
Properties
public string AddressOnSheet { get; }
Property Value
- string
public string EndCell { get; }
Property Value
- string
public bool IsMultipleCells { get; }
Property Value
- bool
public string StartCell { get; }
Property Value
- string
public string Worksheet { get; }
Property Value
- string
public bool WorksheetIsSpecified { get; }
Property Value
- bool
Methods
public static ExcelAddressInfo Parse(string address)
Parameters
address
string
Returns
- ExcelAddressInfo