Class CalculationCell

Class CalculationCell

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

Mewakili data relevan perhitungan tentang satu sel yang sedang dihitung.

public class CalculationCell

Pewarisan

objectCalculationCell

Anggota yang Dwarisi

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Catatan

Semua objek yang disediakan oleh kelas ini hanya untuk tujuan “baca”. Pengguna tidak boleh mengubah data apa pun di Workbook selama proses perhitungan formula, Jika tidak, hasil yang tidak terduga atau Exception dapat terjadi.

Properti

Sel

Mendapatkan objek Sel yang sedang dihitung.

public Cell Cell { get; }

Nilai Properti

Cell

KolomSel

Mendapatkan indeks kolom dari sel.

public int CellColumn { get; }

Nilai Properti

int

BarisSel

Mendapatkan indeks baris dari sel.

public int CellRow { get; }

Nilai Properti

int

Workbook

Mendapatkan objek Workbook.

public Workbook Workbook { get; }

Nilai Properti

Workbook

Worksheet

Mendapatkan objek Worksheet tempat sel berada.

public Worksheet Worksheet { get; }

Nilai Properti

Worksheet

Metode

SetCalculatedValue(object)

Mengatur nilai yang dihitung untuk sel.

public void SetCalculatedValue(object v)

Parameter

v object

Catatan

Pengguna dapat mengatur hasil yang dihitung melalui metode ini untuk mengabaikan perhitungan otomatis untuk sel.

 Indonesia