[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ICharacters

ICharacters Interface

Represents characters in an object that contains text.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface ICharacters
Public Interface ICharacters

Properties

Name Description
Count

Gets an integer value that represents the number of characters.

Font

Gets an IFont object that represents the font of the specified object.

Text

Gets a string value that represents the text of this range of characters.

Methods

Name Description
Delete()

Deletes the object.

Insert(string)

Inserts a string preceding the selected characters.