# Get Methods

Get methods used to retrieve the datas

# Method: GetApplicationInstance()

return- returns the application instance

# Method: GetCellData(System.Int32, System.Int32)

Parameters:

Fields
row Integer- specifies the row
column Integer- specifies the column

return - returns the data present in the cell

# Method: GetCellData(System.String)

Parameters:

Fields
cellindex String- specifies the index of the particular cell

return- returns the data of the given cell index

# Method: GetCompleteData()

return- Returns the required data

# Method: GetRangeData(System.Int32, System.Int32, System.Int32, System.Int32)

Parameters:

Fields
startrow Number- specifies the starting row
startcolumn Number- specifies the starting column
endrow Number- specifies the ending row
endcolumn Number- specifies the ending column

return- Returns the range of a data

# Method: GetRangeData(System.Int32, System.Int32, System.String)

Parameters:

Fields
startrow Number- specifies the starting row
startcolumn Number- specifies the starting column
endcell String- specifies the ending cell

# Method: GetRangeData(System.String, System.Int32, System.Int32)

Parameters:

Fields
startrow String- specifies the starting row
endrow Number- specifies the ending row
endcolumn Number- specifies the ending column

return- Returns the range of a data

# Method: GetRangeData(System.String, System.String)

Parameters:

Fields
startcell String- specifies the starting cell
endcell String- specifies the endcell

return- Returns the range of a data

# Method: GetSheetName()

return- Returns sheetname of the opened Excel Sheet

# Method: GetWorkBookInstance()

return- Returns the Workbook

# Method: GetWorksheetInstance()

return- Returns the Worksheet