Item
OdsCellFieldCollection indexer (1 of 2)
يحصل على الحقل بالمؤشر .
public OdsCellField this[int index] { get; }
معامل | وصف |
---|---|
index | مؤشر. |
أنظر أيضا
- class OdsCellField
- class OdsCellFieldCollection
- مساحة الاسم Aspose.Cells.Ods
- المجسم Aspose.Cells
OdsCellFieldCollection indexer (2 of 2)
يحصل على الحقل من خلال فهرس الصف والعمود.
public OdsCellField this[int row, int column] { get; }
معامل | وصف |
---|---|
row | فهرس الصف. |
column | فهرس العمود. |
أنظر أيضا
- class OdsCellField
- class OdsCellFieldCollection
- مساحة الاسم Aspose.Cells.Ods
- المجسم Aspose.Cells