'Declaration Public ReadOnly Property Cells As Cells
'Usage Dim instance As SheetView Dim value As Cells value = instance.Cells
public Cells Cells {get;}
fpSpread1.ActiveSheet.Cells[0, 0, 2, 2].Text = "I am a Cell";
FpSpread1.ActiveSheet.Cells(0, 0, 2, 2).Text = "I am a Cell"
SheetView Class SheetView Members Cells Class
Customizing the Appearance of a Cell Customizing Interaction in Cells