Class CellValue

Class CellValue

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

مقدار سلول و نوع مربوطه را نشان می‌دهد.

public class CellValue

وراثت

objectCellValue

اعضای وراثت یافته

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

سازنده‌ها

CellValue()

public CellValue()

ویژگی‌ها

نوع

نوع مقدار سلول را دریافت/تنظیم می‌کند.

public CellValueType Type { get; set; }

مقدار ویژگی

CellValueType

مقدار

مقدار سلول را دریافت/تنظیم می‌کند.

public object Value { get; set; }

مقدار ویژگی

object

توضیحات

مقدار باید از نوع صحیح شیء مطابق با Aspose.Cells.CellValue.Type باشد:

نوعمقدار
Aspose.Cells.CellValueType.IsNullnull، هر شیء دیگری نادیده گرفته خواهد شد
Aspose.Cells.CellValueType.IsNumericdouble
Aspose.Cells.CellValueType.IsDateTimeDateTime
Aspose.Cells.CellValueType.IsStringstring
Aspose.Cells.CellValueType.IsBoolbool
Aspose.Cells.CellValueType.IsErrorرشته خطا مانند "#VALUE!"، "#NAME?"، ...
 فارسی