'Declaration Public Function EqualsCellProperties( _
ByVal styleThe style.As CellStyle _
) As Boolean
public: bool EqualsCellProperties(
CellStyle* style
)
public:
bool EqualsCellProperties(
CellStyle^ style
)
Parameters
- style
- The style.
Return Value
True if the cell properties, of specified cell style, are equal to the cell properties of this style; otherwise, false.