WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CellsProperties - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CellsProperties

    Represents the properties of each cell.

    Inheritance
    System.Object
    CellsProperties
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Olap.MDXQueryParser
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public class CellsProperties

    Constructors

    CellsProperties()

    Declaration
    public CellsProperties()

    Properties

    FormatString

    Gets or sets the format string.

    Declaration
    public string FormatString { get; set; }
    Property Value
    Type Description
    System.String

    The format string.

    FormattedValue

    Gets or sets the formatted value.

    Declaration
    public string FormattedValue { get; set; }
    Property Value
    Type Description
    System.String

    The formatted value.

    Value

    Gets or sets the value.

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String

    The value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved