Item
محتويات
[
يخفي
]GridHyperlinkCollection indexer (1 of 2)
يحصل على ملفHyperlink عنصر في الفهرس المحدد.
public GridHyperlink this[int index] { get; }
معامل | وصف |
---|---|
index | الفهرس الصفري للعنصر. |
قيمة الإرجاع
العنصر في الفهرس المحدد.
أنظر أيضا
- class GridHyperlink
- class GridHyperlinkCollection
- مساحة الاسم Aspose.Cells.GridDesktop.Data
- المجسم Aspose.Cells.GridDesktop
GridHyperlinkCollection indexer (2 of 2)
يحصل على ملفHyperlink عنصر في الخلية المحددة.
public GridHyperlink this[int row, int col] { get; }
معامل | وصف |
---|---|
row | صف الخلية. |
col | عمود الخلية. |
قيمة الإرجاع
العنصر في الفهرس المحدد ، قد تحصل على قيمة خالية إذا لم يتم العثور على ارتباطات تشعبية في هذه الخلية
أنظر أيضا
- class GridHyperlink
- class GridHyperlinkCollection
- مساحة الاسم Aspose.Cells.GridDesktop.Data
- المجسم Aspose.Cells.GridDesktop