Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
CellRange this[
	string startName,
	string endName
] { get; }
ReadOnly Default Property Item ( 
	startName As String,
	endName As String
) As CellRange
	Get
property CellRange^ default[String^ startName, String^ endName] {
	CellRange^ get (String^ startName, String^ endName);
}
abstract Item : CellRange with get

Parameters

startName
String
endName
String

Property Value

CellRange

See Also