# Set Methods

Methods are used to set the datas using given fields

# Method: SetCellData(System.Int32, System.Int32, System.Double)

Parameters:

Fields
row Number- specifies the row
column Number- specifies the column
data Double- specifies the data

# Method: SetCellData(System.Int32, System.Int32, System.Object)

Parameters:

Fields
row Number- specifies the row
column Number- specifies the column
data Object- specifies the data

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

Parameters:

Fields
row Number- specifies the row
column Number- specifies the column
data String- specifies the data

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

Parameters:

Fields
cellid String- specifies the id of the particular cell
data String- specifies the data

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

Parameters:

Fields
cellindex String- specifies the index of the cell
formula String- specifies the formula

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

Parameters:

Fields
startindex String- specifies the starting index
endindex String- specifies the ending index
formula String- specifies the formula