C# Class BExIS.IO.Transform.Input.DefinedNameVal

Represent a area in a excel file
Show file Open project: BEXIS2/Core Class Usage Examples

Public Properties

Property Type Description
EndColumn string
EndRow int
Key string
SheetName string
StartColumn string
StartRow int

Property Details

EndColumn public property

public string EndColumn
return string

EndRow public property

public int EndRow
return int

Key public property

public string Key
return string

SheetName public property

public string SheetName
return string

StartColumn public property

public string StartColumn
return string

StartRow public property

public int StartRow
return int