Veri Bulma veya Arama
Contents
[
Hide
]
Veri Bulma veya Arama
Aşağıdaki yöntemi kullanarak Aspose.Cells kullanarak farklı şekillerde veri bulabilir veya arayabilirsiniz.
- GetEnumerator
- GetFormula
- GetType
- GetStringValue
- GetIntValue
- GetBoolValue
- GetDateTimeValue
- GetDoubleValue
- GetFloatValue
Daha fazla yöntemini görüntüle.
Aşağıdaki örnek kod, bu ekran görüntüsünde gösterildiği gibi örnek excel dosyasını kullanarak yukarıdaki yöntemlerin kullanımını anlatır.
Örnek Kod
Konsol Çıktısı
Verilen örnek excel dosyası ile yukarıdaki örnek kodun konsol çıktısı.
Name of the cell containing formula =SUM(A5:A10): C6
Name of the cell containing the formula that contains CHA: C7
Name of the cell containing the number 80: A8
Name of the cell containing specified string: C8
Name of the cell containing the string that contains Two: C9
Name of the cell containing specified string: C10
Name of the cell containing specified string: C11