Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Cell Class / ID Property

In This Topic
    ID Property (Cell)
    In This Topic
    Gets or sets a unique identifier for the table cell. This identifier must be unique within the table, and is used to identify this table cell as a header cell for other cells within the table.
    Syntax
    'Declaration
     
    Public Property ID As System.String
    public System.string ID {get; set;}
    See Also