SpreadsheetFont ClassBytescout Spreadsheet SDK
Spreadsheet font class
Inheritance Hierarchy

SystemObject
  Bytescout.SpreadsheetSpreadsheetFont

Namespace:  Bytescout.Spreadsheet
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class SpreadsheetFont : ISpreadsheetFont, 
	IDisposable

The SpreadsheetFont type exposes the following members.

Constructors

  NameDescription
Public methodSpreadsheetFont(String, Single)
Initializes a new instance of the SpreadsheetFont class.
Public methodSpreadsheetFont(String, Single, FontStyle, Color, FontEscapementType, FontUnderlineStyle, Byte)
Initializes a new instance of the SpreadsheetFont class.
Top
Properties

  NameDescription
Public propertyBold
Gets a value indicating whether this SpreadsheetFont is bold.
Public propertyCharacterSet
Gets the character set.
Public propertyEscapement
Gets the escapement.
Public propertyFont
Gets the font.
Public propertyFontColor
Gets the color of the font.
Public propertyFontName
Gets the name of the font.
Public propertyHeight
Gets the height.
Public propertyItalic
Gets a value indicating whether this SpreadsheetFont is italic.
Public propertyStruckOut
Gets a value indicating whether [struck out].
Public propertyStyle
Gets the style.
Public propertyUnderline
Gets the underline.
Top
Methods

  NameDescription
Public methodDispose
Disposes the object
Protected methodDispose(Boolean)
Disposes the object
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodEquals(SpreadsheetFont)
Equalses the specified SpreadsheetFont.
Protected methodFinalize
Destructor
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Implements the operator ==.
Public operatorStatic memberInequality
Implements the operator !=.
Top
See Also

Reference