Spread WPF 17
GrapeCity.Excel Namespace / IExcelCell Interface
Members


In This Topic
    IExcelCell Interface
    In This Topic
    Defines a generalized collection of properties that a value or class implements to represent properties of excel cell
    Object Model
    IExcelCell Interface
    Syntax
    'Declaration
     
    Public Interface IExcelCell 
       Inherits IRange 
    'Usage
     
    Dim instance As IExcelCell
    public interface IExcelCell : IRange  
    See Also