Namespace: Spire.Spreadsheet.Forms.Utility
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[SerializableAttribute]
public class CellStyle
<SerializableAttribute>
Public Class CellStyle
[SerializableAttribute]
public ref class CellStyle
[<SerializableAttribute>]
type CellStyle =  class end

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CellStyle(Spreadsheet)
Initializes a new instance of the CellStyle class
BackgroundColor
Borders
BuiltInFormatIndex
Clone()()()()
Copy(CellStyle)
Equals(Object) (Overrides Object..::..Equals(Object).)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
ForegroundColor
GetHashCode()()()() (Overrides Object..::..GetHashCode()()()().)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
HorizontalAlignment
Indent
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
NumberFormat
Readonly
RightToLeft
Rotation
StyleName
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Trimming
VerticalAlignment
WrapText

Inheritance Hierarchy

System..::..Object
  Spire.Spreadsheet.Forms.Utility..::..CellStyle

See Also