Returns or sets cell collection.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public virtual CellCollection Cells { get; set; }
Public Overridable Property Cells As CellCollection
	Get
	Set
public:
virtual property CellCollection^ Cells {
	CellCollection^ get ();
	void set (CellCollection^ value);
}
abstract Cells : CellCollection with get, set
override Cells : CellCollection with get, set

Property Value

CellCollection

See Also