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# 
public ISpreadCell Cell { get; }
Public ReadOnly Property Cell As ISpreadCell
	Get
public:
property ISpreadCell^ Cell {
	ISpreadCell^ get ();
}
member Cell : ISpreadCell with get

Property Value

ISpreadCell

See Also