[Missing <summary> documentation for "M:Abh.Core.Excel2k7.ExcelHelper.PutCellValue(System.Int32,System.Int32,Microsoft.Office.Interop.Excel._Worksheet,System.String)"]

Namespace:  Abh.Core.Excel2k7
Assembly:  Abh.Core.Excel2k7 (in Abh.Core.Excel2k7.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static string PutCellValue(
	int row,
	int column,
	_Worksheet worksheet,
	string cellValue
)
Visual Basic (Declaration)
Public Shared Function PutCellValue ( _
	row As Integer, _
	column As Integer, _
	worksheet As _Worksheet, _
	cellValue As String _
) As String
Visual C++
public:
static String^ PutCellValue(
	int row, 
	int column, 
	_Worksheet^ worksheet, 
	String^ cellValue
)

Parameters

row
Type: System..::.Int32

[Missing <param name="row"/> documentation for "M:Abh.Core.Excel2k7.ExcelHelper.PutCellValue(System.Int32,System.Int32,Microsoft.Office.Interop.Excel._Worksheet,System.String)"]

column
Type: System..::.Int32

[Missing <param name="column"/> documentation for "M:Abh.Core.Excel2k7.ExcelHelper.PutCellValue(System.Int32,System.Int32,Microsoft.Office.Interop.Excel._Worksheet,System.String)"]

worksheet
Type: _Worksheet

[Missing <param name="worksheet"/> documentation for "M:Abh.Core.Excel2k7.ExcelHelper.PutCellValue(System.Int32,System.Int32,Microsoft.Office.Interop.Excel._Worksheet,System.String)"]

cellValue
Type: System..::.String

[Missing <param name="cellValue"/> documentation for "M:Abh.Core.Excel2k7.ExcelHelper.PutCellValue(System.Int32,System.Int32,Microsoft.Office.Interop.Excel._Worksheet,System.String)"]

Return Value

[Missing <returns> documentation for "M:Abh.Core.Excel2k7.ExcelHelper.PutCellValue(System.Int32,System.Int32,Microsoft.Office.Interop.Excel._Worksheet,System.String)"]

See Also