Top "Self-reference" questions

Self-reference is the ability of a program (or logical sentence) to refer to itself, either directly or indirectly.

How to do conditional formatting using self reference in excel

I want to apply conditional formatting (fill cell with red) to all rows in columns F, I, L. E,F,…

excel conditional-formatting self-reference
Removing children from entity with self-referencing One-to-Many association

I have a self-referencing One-to-Many association on an entity (User) mapped by 'parent' and inversed by 'children'. I want to …

symfony doctrine-orm mapping self-reference
pass self class reference to child class

In C# 4.0 (or earlier if it can be done), how does a parent class pass a reference of itself to …

c# class self-reference