Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

A Cell object represents a single cell in a worksheet. To return a Cell object use Worksheet.Cells. Specify the cell by 0-based row and column indexes or by Excel-style reference:

...

Name

Description

ColumnNumber

Excerpt Include
EW8:Cell.ColumnNumberEW8:
Cell.ColumnNumber
nopaneltrue

Comment

Excerpt Include
EW8:Cell.CommentEW8:
Cell.Comment
nopaneltrue

ConditionalFormat

Excerpt Include
EW8:Cell.ConditionalFormatEW8:
Cell.ConditionalFormat
nopaneltrue

DataValidation

Excerpt Include
EW8:Cell.DataValidationEW8:
Cell.DataValidation
nopaneltrue

Formula

Excerpt Include
EW8:Cell.FormulaEW8:
Cell.Formula
nopaneltrue

HasComment

Excerpt Include
EW8:Cell.HasCommentEW8:
Cell.HasComment
nopaneltrue

HasConditionalFormat

Excerpt Include
EW8:Cell.HasConditionalFormatEW8:
Cell.HasConditionalFormat
nopaneltrue

HasDataValidation

Excerpt Include
EW8:Cell.HasDataValidationEW8:
Cell.HasDataValidation
nopaneltrue

IsMerged

Excerpt Include
EW8:Cell.IsMergedEW8:
Cell.IsMerged
nopaneltrue

Name

Excerpt Include
EW8:Cell.NameEW8:
Cell.Name
nopaneltrue

RowNumber

Excerpt Include
EW8:Cell.RowNumberEW8:
Cell.RowNumber
nopaneltrue

Style

Excerpt Include
EW8:Cell.StyleEW8:
Cell.Style
nopaneltrue

Value

Excerpt Include
EW8:Cell.ValueEW8:
Cell.Value
nopaneltrue

ValueType

Excerpt Include
EW8:Cell.ValueTypeEW8:
Cell.ValueType
nopaneltrue

...

Name

Description

ApplyStyle(Style)

Excerpt Include
EW8:Cell.ApplyStyle(Style)EW8:
Cell.ApplyStyle(Style)
nopaneltrue

ClearContent()

Excerpt Include
EW8:Cell.ClearContent()EW8:
Cell.ClearContent()
nopaneltrue

ClearRichTextFormatting()

Excerpt Include
EW8:Cell.ClearRichTextFormatting()EW8:
Cell.ClearRichTextFormatting()
nopaneltrue

CreateAnchor(Int32, Int32)

Excerpt Include
EW8:Cell.CreateAnchor(Int32, Int32)EW8:
Cell.CreateAnchor(Int32, Int32)
nopaneltrue

CreateHyperlink(String)

Excerpt Include
EW8:Cell.CreateHyperlink(String)EW8:
Cell.CreateHyperlink(String)
nopaneltrue

GetCharacters(Int32)

Excerpt Include
EW8:Cell.GetCharacters(Int32)EW8:
Cell.GetCharacters(Int32)
nopaneltrue

GetCharacters(Int32, Int32)

Excerpt Include
EW8:Cell.GetCharacters(Int32, Int32)EW8:
Cell.GetCharacters(Int32, Int32)
nopaneltrue

RemoveComment()

Excerpt Include
EW8:Cell.RemoveComment()EW8:
Cell.RemoveComment()
nopaneltrue

RemoveConditionalFormat()

Excerpt Include
EW8:Cell.RemoveConditionalFormat()EW8:
Cell.RemoveConditionalFormat()
nopaneltrue

RemoveDataValidation()

Excerpt Include
EW8:Cell.RemoveDataValidation()EW8:
Cell.RemoveDataValidation()
nopaneltrue

SetConditionalFormat(ConditionalFormat)

Excerpt Include
EW8:Cell.SetConditionalFormat(ConditionalFormat)EW8:
Cell.SetConditionalFormat(ConditionalFormat)
nopaneltrue

ToString()

Excerpt Include
EW8:Cell.ToString()EW8:
Cell.ToString()
nopaneltrue

Unmerge()

Excerpt Include
EW8:Cell.Unmerge()EW8:
Cell.Unmerge()
nopaneltrue

...

Name

Description

CellValueType

Excerpt Include
EW8:Cell.CellValueTypeEW8:
Cell.CellValueType
nopaneltrue

...