Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / NumberFormat Structure
Members


In This Topic
    NumberFormat Structure
    In This Topic
    Represents number format properties which indicate how to format and render the numeric value of a cell
    Syntax
    'Declaration
     
    
    Public Structure NumberFormat 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As NumberFormat
    public struct NumberFormat : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.Spreadsheet.NumberFormat

    See Also